ralphwetzel / theonionbox

Dashboard to monitor Tor node operations
MIT License
122 stars 17 forks source link

Could not run on Windows #25

Closed redmanmale closed 7 years ago

redmanmale commented 7 years ago

I'm new to python so excuse me for some parts of this issue as you might think it's pretty obvious.

Traceback (most recent call last):
  File "theonionbox.py", line 81, in <module>
    from tob.scheduler import Scheduler
ImportError: No module named 'tob'

This errors are due some problem with Apscheduler module, but I couldn't figure out how to fix it.

Env Windows 7 x64, python 3.4, python 2.7.

redmanmale commented 7 years ago

After reboot it seems to work, though.