I uninstalled all versions of Python from my win7-64 machine, and started from scratch installing Python from python.org (v2.7.2) and pywin32 from sourceforge.net. Then I ran pyinstaller from the developer tree downloaded two days ago and got this output:
C:\Users\Lynn Oliver\Documents\Python\Axe-O-Matic\pyinstaller- svn>python Pyinstaller.py -F -w -o ..\normal \\psf\Home\Documents \python\Axe-O-Matic\axeomatic.py INFO: wrote ..\normal\axeomatic.spec INFO: Testing for ability to set icons, version resources... INFO: ... resource update available INFO: UPX is not available. INFO: checking Analysis INFO: building because out00-Analysis.toc is bad INFO: running Analysis out00-Analysis.toc INFO: Analyzing C:\Users\Lynn Oliver\Documents\Python\Axe-O-Matic \pyinstaller-svn\support\_pyi_bootstrap.py INFO: Analyzing \\psf\Home\Documents\python\Axe-O-Matic\axeomatic.py ERROR: lib not found: MSVCR90.dll dependency of C:\Python27\DLLs \_tkinter.pyd INFO: checking Tree INFO: building out01-Tree.toc because directory C:\Python27\DLLs\../tcl \tcl8.5 changed INFO: building Tree out01-Tree.toc INFO: checking Tree INFO: building out02-Tree.toc because directory C:\Python27\DLLs\../tcl \tk8.5 changed INFO: building Tree out02-Tree.toc INFO: Hidden import 'encodings' has been found otherwise INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ... INFO: Found manifest C:\Windows\WinSxS\Manifests \amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4 f68b.manifest INFO: Searching for file msvcr90.dll INFO: Found file C:\Windows\WinSxS \amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b \msvcr90.d ll INFO: Searching for file msvcp90.dll INFO: Found file C:\Windows\WinSxS \amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b \msvcp90.d ll INFO: Searching for file msvcm90.dll INFO: Found file C:\Windows\WinSxS \amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b \msvcm90.d ll INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable INFO: Warnings written to ..\normal\build\pyi.win32\axeomatic \warnaxeomatic.txt INFO: checking PYZ INFO: building because C:\Python27\lib\encodings\cp932.pyc changed INFO: building PYZ out03-PYZ.toc INFO: checking PKG INFO: building because ..\normal\build\pyi.win32\axeomatic\out03- PYZ.pyz changed INFO: building PKG out05-PKG.pkg INFO: checking EXE INFO: Removing file ..\normal\dist\axeomatic.exe INFO: rebuilding out04-EXE.toc because axeomatic.exe missing INFO: building EXE from out04-EXE.toc INFO: Appending archive to EXE ..\normal\dist\axeomatic.exe There is still one error message, but that seems to be an improvement. What next? -- 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.
