maxme / bitcoin-arbitrage

Bitcoin arbitrage - opportunity detector
MIT License
2.47k stars 857 forks source link

Error: from arbitrage.arbitrer import Arbitrer #56

Closed bijiasuo closed 5 years ago

bijiasuo commented 6 years ago

Traceback (most recent call last): File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1664, in main() File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1658, in main globals = debugger.run(setup['file'], None, None, is_module) File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1068, in run pydev_imports.execfile(file, globals, locals) # execute the script File "/Users/bicassos/Desktop/bitcoin-arbitrage/arbitrage/arbitrage.py", line 9, in from arbitrage.arbitrer import Arbitrer File "/Users/bicassos/Desktop/bitcoin-arbitrage/arbitrage/arbitrage.py", line 9, in from arbitrage.arbitrer import Arbitrer ImportError: No module named arbitrer

maxme commented 5 years ago

I don't know how to use pydevd, it seems that the program is not called properly by it's main entry point.