Bryan A. Jones píše v Po 18. 02. 2013 v 15:26 -0600: > I named the directory containing my app to freeze 'documentationдa' > and ran. (Keeping it ASCII works fine.) Results: > > C:\Users\bjones\Documents\documentation?a>..\pyinstaller-develop > \pyinstaller.py
You do not use it correctly. The fix is for the created executable: - keep ascii in path to pyinstaller.py - freeze your app by 'python pyinstaller.py myapp.py' - create a directory containing foreign characters - copy your frozen app to that directory and try running it -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
