Oops, correction...it was only shell32.dll that was added in the 2.0 version of pyinstaller, and the API-MS* files were not there (which I think is OK). So the list of files should have read:
(-) API-MS-Win-Core-Localregistry-L1-1-0.dll (-) API-MS-Win-Core-ProcessThreads-L1-1-0.dll (-) API-MS-Win-Security-Base-L1-1-0.dll (+) shell32.dll On Tuesday, February 19, 2013 12:17:51 PM UTC-5, dhyams wrote: > > Works for me. Dir name that I ran from was geproáᾡ . Did not work with > pyinstaller 1.5ish (which I have used for quite a while), but does work > with your branch. > > I did get shell32.dll as one of the files pulled in by this newest version > of pyinstaller, however (as well as a few new files). I'm not sure if > that's intended or not. "New" files are listed below. > > (+) _winxptheme.pyd > (+) API-MS-Win-Core-Localregistry-L1-1-0.dll > (+) API-MS-Win-Core-ProcessThreads-L1-1-0.dll > (+) API-MS-Win-Security-Base-L1-1-0.dll > (+) shell32.dll > > On Monday, February 18, 2013 8:01:19 AM UTC-5, Martin Z 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.
