On 27 February 2010 20:11, Florian Höch <[email protected]> wrote: > the #39 patch resolves assembly dependencies under Windows, ie. users do not > have to install the MSVCRT90 runtimes (the error "accessing the C runtime > incorrectly" occurs if those are not resolved), --onefile or --onedir > doesn't matter.
I applied your patch, but it didn't do anything. It adds that manifest directory, but the "cannot load runtime" message still appears. > It probably doesn't help with the egg problem. You need pywin32 for the > patch to do it's magic. I have pywin32 installed. Other libraries like SQLAlchemy and lxml seem to be compiled to pyd's, but chardet isn't. Perhaps that is the reason. > If you continue having issues even after applying the patch to the latest > pyinstaller trunk, it'd probably be best to go back to Python 2.5 if you > can. Meh. Looks like I'll have to do that. -- 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.
