building wxPython with same unicode type


eyecreate

Member
Joined
Feb 3, 2009
Messages
253
Website
git.eyecreate.org
I've come across an issue while using wxPython for the pandora. I usually use Yactfeau for building, but I get a problem with the wxPython compiled files because the Pandora had python built with ucs2 and ubuntu's python is built with ucs4. Which options would be the most effective way to handle this?


1. Compile python on ubuntu with ucs2 and direct building of wxPython to that version.


2. Build new python for Pandora with ucs4 and bundle with pnd.


3. Set up on SD card a copy of Pandora system with needed packages to compile wxPython on device.
 
Back
Top