On Thu, 2007-08-02 at 17:55 +0530, Rishi Khare wrote: > hi Didrik, > I am not sure if I understood the problem correctly but probably > what you mean > is that instead of fixing the code in iu.py you want a solution to the > root cause. > unicode support is there in python but that is not enabled by > default. > at the time of python installation you should enable that by > configuring with the following argument > > ./configure --enable-unicode=ucs4 > > for details refer this link > http://blog.wordaligned.org/articles/2007/01/03/narrow-python > > this will make your python supporting unicode (also referred as wide > python installation)(thus your pyinstaller would be able to interpret > the sys.path in unicode), and in that case probably you wont get this > error. > let me know if that works or if this is what you are looking for. > -Rishi
Hi Rishi, Thanks for the explanation. This is the problem I got. I'll try to update my python installation with a correctly compiled one ;-) Best regards, Didrik
signature.asc
Description: This is a digitally signed message part
