encodings are usually missed in pyinstaller created exectables. in your spec file import them explicitely and probably that should do the trick.
On Jun 14, 3:28 pm, 人言落日是天涯,望极天涯不见家 <[EMAIL PROTECTED]> wrote: > On 6月14日, 下午6时19分, 人言落日是天涯,望极天涯不见家 <[EMAIL PROTECTED]> wrote: > > > When I packaged my program with pyinstaller, the > > sys.getfilesystemencoding() always return None. My system is > > Fedora5. If I run the origion file directly, it work fine. > > Any suggestion will be appreciated. > > In addition, my python version is 2.5.1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
