On 1 March 2010 09:07, Florian Höch <[email protected]> wrote: > Yes, that's about all which is supposed to happen. Does the directory > Microsoft.VC90.CRT contain all of the following files: > Microsoft.VC90.CRT.manifest > msvcm90.dll > msvcp90.dll > msvcr90.dll
Yes. > and are those files also no-where else in the output directory? No. There's a msvcr90.dll file in the output directory - IIRC when building if those msvc* files weren't in Python's DLL directory. > The exact wording of the message would be interesting. "accessing the C > runtime incorrectly" and "application configuration is incorrect" would hint > at a problem with an assembly dependecy, others probably not. Yes, the error is "accessing the C runtime incorrectly". Sorry I haven't been clear about that! > Even though going back to Python 2.5 is probably the best option for you > atm, I'd still like to troubleshoot. > > Can you give me a list of the modules you're using and also a list of files > in the output directory when building with Python 2.6? Since it's for an open source project, I've built an installer for our testers to play around with. You're welcome to download and look at the files in the installer. You can get the installer from http://openlp.org/files/installers/OpenLP-1.9.1-setup-pre2.exe. Because of the plugins, I've had to write some "hook-*" files to pull in the plugins at build time. As far as I can see, PyInstaller is pulling in all the required modules/packages. If you need anything else from me, please let me know. -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: [email protected] Web: http://www.saturnlaboratories.co.za/ Blog: http://blog.saturnlaboratories.co.za/ Mobile: 082 550 3754 Registered Linux User #333298 (http://counter.li.org) -- 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.
