Here's what I meant by the wierd waf configure output: (running from within
a Visual Studio 2008 command prompt window)
Windows-32bit detected
Checking for program gcc or cc : not found
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 10.0\VC\BIN\x86_amd64\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 10.0\VC\BIN\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 10.0\VC\BIN\amd64\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\x86_amd64\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\amd64\CL.exe
Checking for program CL : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\CL.exe
Checking for program LINK : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\LINK.exe
Checking for program LIB : c:\Program Files (x86)\Microsoft
Visual Studio 9.0\VC\BIN\LIB.exe
Checking for program MT : C:\Program Files\Microsoft
SDKs\Windows\v6.0A\bin\MT.exe
Checking for program RC : C:\Program Files\Microsoft
SDKs\Windows\v6.0A\bin\RC.exe
msvc 10.0
x86_amd64
x86
x64
msvc 11.0
msvc 9.0
x86_amd64
x86
x64
Checking for library user32 : yes
Checking for library comctl32 : yes
Checking for library kernel32 : yes
Checking for library ws2_32 : yes
The development version worked (after rebuilding with VS 2008) except for
seeing these duplicated warnings in the run.exe variant:
WARNING: file already exists but should not:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
_MEI34402\pywintypes27.dll
WARNING: file already exists but should not:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
_MEI34402\pywintypes27.dll
WARNING: file already exists but should not:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
_MEI34402\pythoncom27.dll
WARNING: file already exists but should not:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
_MEI34402\pythoncom27.dll
The rund.exe variant duplicated all of its log messages as well not just
these two warning conditions.
I guess this is coming from the WIN32 version of stb__print.
The cause of the warnings seems to be that two copies of pythoncom27.dll
and pywintypes27.dll were packaged in the .exe according to
archive_viewer.py. :(
This seems to be due to the pywintypes and pythoncom hooks that
unconditionally add these dlls as 'data' conflicting with some other
addition of those files to the archive.
I haven't quite figured out which code is inserting the dlls that isn't the
hook yet.
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.