Closed GoogleCodeExporter closed 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
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
Original issue reported on code.google.com by
woobe1...@gmail.com
on 7 Dec 2011 at 9:41Attachments: