Oops. Done. That works fine for me (running my frozen app from a directory with non-ASCII characters in it).
Bryan On Mon, Feb 18, 2013 at 5:03 PM, Martin Zibricky <[email protected]>wrote: > 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. > > > -- Bryan A. Jones, Ph.D. Associate Professor Department of Electrical and Computer Engineering 231 Simrall / PO Box 9571 Mississippi State University Mississippi state, MS 39762 http://www.ece.msstate.edu/~bjones bjones AT ece DOT msstate DOT edu voice 662-325-3149 fax 662-325-2298 Our Master, Jesus Christ, is on his way. He'll show up right on time, his arrival guaranteed by the Blessed and Undisputed Ruler, High King, High God. - 1 Tim. 6:14b-15 (The Message) -- 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.
