Damien Elmes píše v So 27. 11. 2010 v 08:46 -0800: > The issue is foreign characters in usernames on Windows. It appears to > be a problem on iu.py:153, where the user's home directory is tried. > Might be possible to work around by decoding the path to unicode from > sys.getfilesystemencoding(), but since I don't use any zip imports in > my code I just added another exception for UnicodeEncodeError. Simple > to test - create a new user and put some foreign characters in their > name, then try to run your app.
I can confirm this issue. - I created a user with foreign characters in its name (like: ř, í, ž) - moved packaged app to desktop - run my app from destop The application didn't start then -- 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.
