[PyGreSQL] ImportError: DLL load failed: The specified module could not be found.

Christoph Zwerschke cito at online.de
Wed Aug 2 12:01:55 EDT 2006


> Anyone have any ideas why the import works from the command line but not
> from IDLE?

Does the following produce the same output in both cases?

import os; print os.environ['PATH']

-- Christoph


More information about the PyGreSQL mailing list