ginpedro / opennero

Automatically exported from code.google.com/p/opennero
Other
0 stars 0 forks source link

Unable to see control window for NERO training and NERO battle #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "OpenNERO.exe"
2. Select "NERO Training"
3. Click "Start"

What is the expected output? What do you see instead?
When I start the NERO training, I can see the battlefield but I can't see the 
control slider window. I cannot train/load/save any team without the control 
window. Please help. Similar issue with NERO battle.

What version of the product are you using? On what operating system?
OpenNERO-2011.12.07-win64
Windows 7 64
python-2.7.2.x64.msi
wxPython2.8-win64-unicode-2.8.12.1-py27

Please provide any additional information below.
It showed looping error messages:
WindowsError: [Error 2] ?????????????
please see attached png file

Original issue reported on code.google.com by woobe1...@gmail.com on 7 Dec 2011 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago
OpenNERO tries to start a separate python script for the menu. To do this, it 
needs python.exe to be in the Path environment variable. In other words, you 
should be able to open Command Prompt, and then type in python, and get the 
prompt, where you should then be able to say,

>>> import wx

with no errors.

If you are not able to do this, you need to add your Python installation 
directory to the PATH Environment Variable, which you can do in the Control 
Panel. See

http://docs.python.org/using/windows.html

For more information. Feel free to re-open this bug if this does not work for 
you.

Original comment by ikarpov on 8 Dec 2011 at 2:38

GoogleCodeExporter commented 9 years ago
Hi Igor,

Thank you very much for your help! It works now!!

Kind regards,
Jo

Original comment by woobe1...@gmail.com on 8 Dec 2011 at 10:53