Hi, all. I'm having a problem using PyInstaller right at the first step of the manual. I'm using Windows (Vista).
I run "Configure.py". Here's the output: * SNIP * C:\Python26\pyinstaller-1.3>Configure.py I: computing EXE_dependencies E: lib not found: MSVCR90.dll dependency of C:\Python26\python.exe E: lib not found: MSVCR90.dll dependency of C:\Windows \system32\python26.dll I: Finding TCL/TK... I: could not find TCL/TK I: testing for Zlib... I: ... Zlib available I: Testing for ability to set icons, version resources... I: ... resource update available I: Testing for Unicode support... I: ... Unicode available I: testing for UPX... I: ...UPX available I: computing PYZ dependencies... * SNIP * As you can see, it can't find MSVCR90.dll. Now, I've searched everywhere on the web, and nowhere can I seem to find the proper version of this file. Which file am I supposed to use? Is there any way that I can get an exact copy of the exact version of the file that's required? I have one in my Visual Studio directory (which I'm not using in this project at all). It's located in: C:\Program Files\Microsoft Visual Studio 9.0\VC\redist \x86\Microsoft.VC90.CRT And its version is 9.0.30729.1 I've copied this file to C:\Python26, where Python is installed. I then run: Configure.py Makespec.py -F guitest.py (doesn't matter whether I use -F or not) Build.py guitest.spec It all works fine, then when I run the program, it "simply crashes", meaning that I get one of those soon-to-be-classic Windows Vista crash windows where I'm offered to close the window or debug the assembly code. Kind regards, Helgi Hrafn Gunnarsson [email protected] -- 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.
