-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I'm trying to run main file, but I'm getting this error:
#: ~/Python-Robocode$ python main.py
Traceback (most recent call last):
File "main.py", line 10, in <module>
from window import MainWindow
File "/home/home_dir/Python-Robocode/GUI/window.py", line 10, in <module>
from graph import Graph
File "/home/home_dir/Python-Robocode/Objects/graph.py", line 8, in <module>
from wall import Wall
ImportError: No module named wall
I've installed libqt4-dev python-qt4-dev and few other packages, what did i miss?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels