yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

How Do I Fix This Startup Error? #235

Closed rolflocher closed 6 years ago

rolflocher commented 6 years ago

trader.py --symbol XVGBTC Traceback (most recent call last): File "C:\Users\XXXX XXXXXX\AppData\Local\Programs\Python\Python36-32\Scripts\trader.py", line 9, in from Trading import Trading ModuleNotFoundError: No module named 'Trading'

You helped someone else before with the same issue, but I do not understand what you mean by "run it on the main folder." How do I get my CMD to find the Trading Module?

okeyzzang commented 6 years ago

you can change the line as below.

sys.path.insert(0, 'c:/Users/............/Scripts/app')

rolflocher commented 6 years ago

I fixed it using the Turkish Youtube video from another comment. I had to use the cd command to navigate my terminal to the bots folder on my desktop.