PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
fatal: destination path 'goxtool' already exists and is not an empty directory.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
-bash: ./goxtool.py: No such file or directory
It state that goxtooll is already installed but then it states that no such file or directory exists.
Any ideas?
Again, thanks for all your patient help .
NP.
Sounds like there is already a goxtool folder in your current directory. If you know for absolute sure you don't need it then you can do rm -rf goxtool (WARNING: that will *not* send it to the trash, it is gone gone gone) and it will remove it, then you can do the git clone again. If you want to inspect the folder first then try open goxtool
I used the script to remove goxtool as you suggested and recloned it. Still getting an error:
PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
Cloning into goxtool...
cd goxtool
./goxtool.py --protocol=websocket
remote: Counting objects: 431, done.
remote: Compressing objects: 100% (194/194), done.
remote: Total 431 (delta 246), reused 414 (delta 232)
Receiving objects: 100% (431/431), 174.67 KiB | 76 KiB/s, done.
Resolving deltas: 100% (246/246), done.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
env: python2: No such file or directory
PL:goxtool fible1$
Im taking a stab in the dark here and saying the cloning put the file in the wrong directory perhaps?
Not sure.
Ah I see... you do not have python installed (which is REALLY weird as it comes with OSX)... my bad.
You can install python with homebrew:
brew install --use-llvm libxml2 python
You don't stricly need libxml but I have found it just easier to have than to not (avoids headaches in the future, YMMV). You will also probably need PyCrypto: https://pypi.python.org/pypi/pycrypto I think you can just download it and do the python setup.py thing, honestly it has been awhile for that.
Erebus,
This is my concession post, I tried it all and the SOB wont run. I hope they make modules for the GUI in interface and thats something Id be happy to buy if need be; but I digress. I really appreciate all your help, thank you so so so much, you've been more than helpful. I hope I can pay you back for your time at some point you were just awesome.
Best .