turkishviking / Python-Robocode

A Fork of Robocode for python programming
139 stars 47 forks source link

ImportError: No module named wall #1

Open mirzap opened 10 years ago

mirzap commented 10 years ago

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?

turkishviking commented 10 years ago

Hi, sorry for this mistake, I have deleted the wall class. I 've just re-update the source code, re-download it, and it would work.

It is a beta version, i haven't the time to make the demo robots now. I'm interseting by a feedback, if you make some base robots i will put them on my source code.

Thank you for testing my program

Regards,

Charlie

Date: Mon, 5 Aug 2013 09:27:48 -0700 From: notifications@github.com To: Python-Robocode@noreply.github.com Subject: [Python-Robocode] ImportError: No module named wall (#1)

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 from window import MainWindow File "/home/home_dir/Python-Robocode/GUI/window.py", line 10, in from graph import Graph File "/home/home_dir/Python-Robocode/Objects/graph.py", line 8, in 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?

— Reply to this email directly or view it on GitHub.