You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Python 2.7.9 and I tried running __main__.py from inside or outside of SystemPanic/, but it fails:
PS C:\...\SystemPanic> python SystemPanic/__main__.py
Traceback (most recent call last):
File "SystemPanic/__main__.py", line 1, in <module>
from SystemPanic.Core.engine import Engine
ImportError: No module named SystemPanic.Core.engine
The text was updated successfully, but these errors were encountered:
I have Python 2.7.9 and I tried running
__main__.py
from inside or outside ofSystemPanic/
, but it fails:The text was updated successfully, but these errors were encountered: