Gottfried F. Zojer wrote: > Tried to install > PyGreSQL-3.8.1.win32-py2.4.exe. > It install without failure,but later on I cant get a connection between > Python 2.4.3 (PyGreSQL-3.8.1.win32-py2.4.exe ) and psql 8.1.4 ( > PostgreSQL ) .Any import command > import pg or import _pg stops with (The dynamic link library libpq.dll > could not be found in the specified path.
libpq.dll is probably not in you Windows PATH: http://mailman.vex.net/pipermail/pygresql/2006-April/001670.html > Thanks for any feedback.Does > anybody know if stackless python works with PyGreSQL as well ? It should work, but I haven't tested it yet. -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
