[EMAIL PROTECTED] wrote: > I probably should have figured it out by myself, but the message didn't > say what library was missing (is that a Python error message enhancement > request? :-) )
Python is limited by the interface provided by Window's LoadLibrary() API. When LoadLibrary() failed to load _pg there is no method to interrogate which dependent DLL caused it to fail. Feel free to file a bug report with Microsoft. -- Regards, Daryl Tester "We are sexy, sexy Von Neumann machines." -- http://www.xkcd.org/387/ _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
