On Thursday, March 14, 2013 5:55:09 AM UTC-4, Martin Z wrote: > > Bill Tutt píše v St 13. 03. 2013 v 20:48 -0700: > > The download for PyInstaller 2.0 seems to include binaries that were > > created with Visual Studio 2010. > > I think they were compiled with VS 2008 Express. > > > This means that the PE Header value in run*.exe/*.dll specifies a > > minimum subsystem version of 5.01. > > Windows 2000 only supports 5.00 or less. I have VS 2008, VS 2010, and > > VS2012 installed and I did the following: * waf configure * waf > > build > > > The configure output found VS 2008 and VS 2010 CLs, but only listed VS > > 2008 LINK/LIB, and the build used the VS 2008 CL and LINK. > > Did you mean that the build used VS2010? > > No, the configure phase detected the VS 2010 C compiler, but didn't report a path for VS 2010's linker. The actual build did occur with VS 2008 CL/LINK (from the Visual Studio 2008 command prompt console window). I verified this with passing a single -v into waf build.
> You should be able to edit the wscript file to prefer VS2008 over > VS2010. > > Could you try the development version? > > I'll try the development version today and let you know. Bill -- 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.
