On 1 March 2010 13:26, Florian Höch <[email protected]> wrote: > Do I follow you correctly, you have moved the msvcrt90.dll into > C:\Python26\DLLs yourself, otherwise Pyinstaller would complain about the > missing file? But this was before applying the #39 patch, right? > The thing is, the msvc90* files cannot be used without the accompanying > manifest, which is what the patch takes care of (among a few other things). > Could you try removing that file from Python26's DLL directory? Pyinstaller > shouldn't complain with the patch. There definitely shouldn't be any loose > msvc90 files in the output dir after running Build.py.
Yay! It works! Thanks Florian! Now just to figure out why chardet doesn't want to load... -- 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.
