Sigh. Having read the documentation and failed at the first attempt to run"python pyinstaller.py ...", I then proceeded to try the old Configure/Make/Build steps that I used with 1.5, and never went back to the proper commands. My apologies.
When I run the developer build I get in part: ... INFO: Analyzing ..\axeomatic.py ERROR: lib not found: MSVCR90.dll dependency of C:\Python27\DLLs \_tkinter.pyd ... INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ... WARNING: Assembly not found ERROR: Assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none not found .... There are a bunch of similar messages. Given the error my user is getting: "Visual C++ Runtime Error R6034-An application has made an attempt to load the C runtime library incorrectly" it seems that I should try to fix this. I see that pyinstaller-1.5\binchache00 contains: msvcm90.dll msvcp90.dll msvcr90.dll So it appears that v1.5 found MSVCR90.DLL. I don't know what "amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ..." is. Any tips? > >trying to figure out how to create a > > usable pyinstaller from the build. > > > Can anyone point me to the procedure? > > Look at the documentation: > > http://www.pyinstaller.org/export/develop/project/doc/Manual.html?for... -- 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.
