So far when i run cryptoswitcher.py I get:
Traceback (most recent call last):
File "C:\cryptoSwitcher\CryptoSwitcher\cryptoSwitcher.py", line 9, in
import btceapi
ImportError: No module named btceapi
Github says that dependency is included but I'm stuck. If i get btce-api off of gethub and run setup.py I get:
Traceback (most recent call last):
File "C:\Users\TD7\Desktop\btce-api-master\setup.py", line 11, in
packages=['btceapi'],
File "C:\Python27\lib\distutils\core.py", line 140, in setup
raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied[/font]
I am a total python nub and took a VERY long time to get some of the other dependencies to work but since this dependency is specific for cryptocoin mining I can't find alot of information on whats the problem. Any help would be greatly appreciated.