Closed GoogleCodeExporter closed 9 years ago
In order to allow OpenNERO to use a version of Python other than one installed
on the host operating system, a lot more files than just the DLL need to be
made available to it. In particular, this includes all the supporting libraries
and an archive, python27.zip, made up of the python core libraries and modules.
I will add these files and upload an executable that will be easier for windows
users to get started with, but unfortunately even that does not allow some
parts of the functionality to work properly (namely the external user
interface, wxPython). The proper way to get things running is to:
1) Install Python 2.7.2 (32 bit) on the host OS
2) Install wxPython 2.8 for Python 2.7
3) Add the Python folder to the System Variable "Path".
Original comment by ikarpov
on 14 Nov 2011 at 2:01
Original comment by ikarpov
on 14 Nov 2011 at 2:01
also need to address issue #77 when fixing this
Original comment by ikarpov
on 14 Nov 2011 at 2:17
I added the OpenNERO-2011.11.11-win32-with-python.zip package which should
include the needed libraries.
Original comment by ikarpov
on 14 Nov 2011 at 2:55
Somehow it does gives me an error when I'm trying to run trunk version.
file: scripting.cpp,
function: void ScriptingEngine::reinitialize()
line: 162, _main_module = python::import("__main__");
plz help anyone
Original comment by rusyas...@gmail.com
on 26 Dec 2011 at 1:42
Original issue reported on code.google.com by
bogdan.w...@gmail.com
on 14 Nov 2011 at 11:17