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
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