mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.93k stars 855 forks source link

import error no module tkinter #189

Closed balldekdee closed 7 years ago

balldekdee commented 7 years ago

When I run python buy_and_hold_strategy.py I ran into the problem ImportError: No module named '_tkinter' and could not run the backtest please help

JamesKBowler commented 7 years ago

Is the module installed? Did you install with/without sudo x....?

http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter

mhallsmoore commented 7 years ago

Are you running this on Windows, Mac or Linux?