My program builds now on OS X, but unfortunately I need to release it on win32 
and win64 as well.  Working on win32, I have my program running under the 
debugger.  When I try to build, using the developer version of pyinstaller from 
a couple of days ago, I get this (full output from build is at end of message):

INFO: Analyzing x:\axeomatic2\axeomatic.py
ERROR: lib not found: MSVCR90.dll dependency of C:\Python27\DLLs\_tkinter.pyd
...
INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
INFO: Searching for assembly 
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww ...
INFO: Found manifest 
C:\WINDOWS\WinSxS\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8
_x-ww_d08d0375.manifest
INFO: Searching for file msvcr90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcr90.dll
INFO: Searching for file msvcp90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcp90.dll
INFO: Searching for file msvcm90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcm90.dll

Since it was found, does this mean I can ignore the error?

ERROR: lib not found: libgdk_pixbuf-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib
\backends\_backend_gdk.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\ba
ckends\_backend_gdk.pyd
ERROR: lib not found: libgdk-win32-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\
backends\_gtkagg.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\ba
ckends\_gtkagg.pyd

These are a bit of a mystery.  I'm using the Tkagg backend, so I'm not sure why 
these files are being analyzed.  The missing files are found in my Wing IDE 
installation (debugger), but that should be completely separate from this build.

Any suggestions as to how I might figure this out?

Complete Output:

INFO: wrote C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\axeomatic\axeomatic.s
pec
INFO: Testing for ability to set icons, version resources...
INFO: ... resource update available
INFO: UPX is not available.
INFO: checking Analysis
INFO: building because x:\axeomatic2\axeomatic.py changed
INFO: running Analysis out00-Analysis.toc
INFO: Analyzing C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\support\_pyi_boot
strap.py
INFO: Analyzing x:\axeomatic2\axeomatic.py
ERROR: lib not found: MSVCR90.dll dependency of C:\Python27\DLLs\_tkinter.pyd
INFO: checking Tree
INFO: checking Tree
INFO: Hidden import 'encodings' has been found otherwise
INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
INFO: Searching for assembly 
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww ...
INFO: Found manifest 
C:\WINDOWS\WinSxS\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8
_x-ww_d08d0375.manifest
INFO: Searching for file msvcr90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcr90.dll
INFO: Searching for file msvcp90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcp90.dll
INFO: Searching for file msvcm90.dll
INFO: Found file 
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375
\msvcm90.dll
ERROR: lib not found: libgdk_pixbuf-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib
\backends\_backend_gdk.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\ba
ckends\_backend_gdk.pyd
ERROR: lib not found: libgdk-win32-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\
backends\_gtkagg.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\ba
ckends\_gtkagg.pyd
INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final 
executable
INFO: Warnings written to C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\axeomat
ic\build\pyi.win32\axeomatic\warnaxeomatic.txt
INFO: checking PYZ
INFO: building because toc changed
INFO: building PYZ out03-PYZ.toc
INFO: checking PKG
INFO: building because C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\axeomatic\
build\pyi.win32\axeomatic\out03-PYZ.pyz changed
INFO: building PKG out05-PKG.pkg
INFO: checking EXE
INFO: Removing file C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\axeomatic\dis
t\axeomatic.exe
INFO: rebuilding out04-EXE.toc because axeomatic.exe missing
INFO: building EXE from out04-EXE.toc
INFO: Appending archive to EXE C:\Documents and Settings\Lynn\My 
Documents\aom2-local\pyinstaller\ax
eomatic\dist\axeomatic.exe

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to