nnrg / opennero

Game platform for Artificial Intelligence research and education
http://opennero.github.io/
Other
200 stars 51 forks source link

The system cannot find the file specified #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Python 2.7.2 with wxPython 2.8 for 2.7.  I'm on windows 7 x64.

File "NERO/main.py", line 17, in ModTick
    common.startScript("NERO\menu.py")
File "C:\OpenNero\common\module.py", line 63, in startScript
    subproc = subprocess.Popen(['python', script])
File "C:\Python27\LIB\subprocess.py", line 679, in __init__
    errread, errwrite)
File "C:\Python27\LIB\subprocess.py", line 893, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

I tried the solution the anonymous person posted but no luck.  Not sure if I 
put in the right PythonPath variable.  Any suggestions?

The issue is that when I go to Nero Training/Battle no menu ever shows up, so I 
can't really do anything except right click.

Original issue reported on code.google.com by justin.c...@gmail.com on 4 Dec 2011 at 11:02

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 6 Dec 2011 at 4:12