Faizol Posted October 28, 2009 Share Posted October 28, 2009 (edited) Hi all, Since Fedora 11 default python version is 2.6, I have compiled python2.5 (defaulted to /usr/local folders) in order to compile wxPython and PyQt against it. Now that I have successfuly got all the files to compile correctly, I just realized from browsing the forum here, that Houdini only supports ansi version of the toolkit. Is there any documentation anywhere on how to disable unicode when compiling the two toolkits? Now every time the toolkit library is called, I'll encounter either PyUnicodeUCS2_AsLatin1String or PyUnicodeUCS2_FromEncodedObject from the library. TIA, really really appreciate it. Best Regards, Faizol EDIT: I got it solved by having the source code compiled with unicode=ucs2 flag. Also the wx version that has to be copied into houdini's python folder is the unicode version. Edited November 4, 2009 by Faizol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.