Closed GoogleCodeExporter closed 8 years ago
Another (more future proof) solution would be to implement the non existent
bytecodes (althought it will require a lot more time to do it...)
Original comment by piranna
on 16 Feb 2012 at 8:36
For now, I will check that the CPython version is 2.6 inside
src/tools/pmImgCreator.py
Original comment by dwhall...@gmail.com
on 20 Feb 2012 at 2:47
This issue was closed by revision a2195bba2472.
Original comment by dwhall...@gmail.com
on 20 Feb 2012 at 2:55
This issue was closed by revision 37d536ebc16d.
Original comment by dwhall...@gmail.com
on 20 Feb 2012 at 3:32
I have done a pull with the changes and now it launch the assert correctly
because by default Ubuntu use Python 2.7, but how i can be able to specify the
Python interpreter? Makefiles call pmImgCreator.py directly... One solution
would be to modify Makefiles to instead of call pmImgCreator.py as executables
call them as scripts, like this:
$(PYTHON) $(pmImgCreator)
This way it could be possible to define the Python version in the same way it's
defined the platform to create...
Original comment by piranna
on 21 Feb 2012 at 9:40
Original issue reported on code.google.com by
piranna
on 15 Feb 2012 at 2:13