On Windows, the resulting executable not longer gives virus warnings when downloaded via Google Chrome or scanned with Sophos.
On Mon, Feb 18, 2013 at 3:26 PM, Bryan A. Jones <[email protected]>wrote: > 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 > -y code_chat.spec > fatal: Not a git repository (or any of the parent directories): .git > 302 INFO: Testing for ability to set icons, version resources... > 336 INFO: ... resource update available > 339 INFO: UPX is not available. > 379 INFO: Processing hook hook-os > 509 INFO: Processing hook hook-time > 537 INFO: Processing hook hook-_sre > 552 INFO: Processing hook hook-cStringIO > 560 INFO: Processing hook hook-codecs > 661 INFO: Processing hook hook-encodings > 2148 INFO: Processing hook hook-cPickle > 2339 INFO: Processing hook hook-httplib > 2345 INFO: Processing hook hook-email > 2529 INFO: Processing hook hook-email.message > 2811 WARNING: library python%s%s required via ctypes not found > Traceback (most recent call last): > File "C:\Users\bjones\Documents\pyinstaller-develop\pyinstaller.py", > line 83, > in <module> > main() > File "C:\Users\bjones\Documents\pyinstaller-develop\pyinstaller.py", > line 78, > in main > run_build(opts, spec_file) > File "C:\Users\bjones\Documents\pyinstaller-develop\pyinstaller.py", > line 42, > in run_build > PyInstaller.build.main(spec_file, **opts.__dict__) > File > "C:\Users\bjones\Documents\pyinstaller-develop\PyInstaller\build.py", lin > e 1665, in main > build(specfile, buildpath) > File > "C:\Users\bjones\Documents\pyinstaller-develop\PyInstaller\build.py", lin > e 1620, in build > os.makedirs(BUILDPATH) > File "C:\Python27\lib\os.py", line 150, in makedirs > makedirs(head, mode) > File "C:\Python27\lib\os.py", line 150, in makedirs > makedirs(head, mode) > File "C:\Python27\lib\os.py", line 150, in makedirs > makedirs(head, mode) > File "C:\Python27\lib\os.py", line 157, in makedirs > mkdir(name, mode) > WindowsError: [Error 123] The filename, directory name, or volume label > syntax i > s incorrect: 'C:\\Users\\bjones\\Documents\\documentation?a' > > > > On Mon, Feb 18, 2013 at 7:01 AM, Martin Zibricky > <[email protected]>wrote: > >> Hi all, >> >> could anyone please test my branch? >> >> https://github.com/matysek/pyinstaller/archive/develop.zip >> >> There are some Windows specific improvements: >> >> - frozen app should work with foreign characters in path >> http://www.pyinstaller.org/ticket/298 >> >> - bootloader is recompiled and thus antivirus should not report false >> positives for created executables. >> >> Best regards >> Martin Zibricky >> >> -- >> 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) > -- 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.
