You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller, kelvi...@gmail.com
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.
人言落日是天涯,望极天涯不见家
unread,
Jun 14, 2007, 6:28:05 AM6/14/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
In addition, my python version is 2.5.1
Rishi Khare
unread,
Jul 20, 2007, 5:19:25 PM7/20/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
encodings are usually missed in pyinstaller created exectables. in your spec file import them explicitely and probably that should do the trick.