From: Sean E. <se...@es...> - 2004-01-08 01:18:26
|
I have successfully installed pyPgSQL 2.4 on a OpenBSD3.4 system running Python 2.3.3, but encounter a strange error. From python, when: from pyPgSQL import PgSQL is executed, the interpreter simple dies and I am taken back to the command line. This is regardless if I'm doing it by hand in the interpreter or have the 'from pyPgSQL import PgSQL' statement inside a python file. I attempted to check the archives, but there was an error. Any ideas on what this is, or how to obtain some sort of error log? (I assume there's some general error log where the error may be caught, I'm just not *nix savvy enough to know it.) Thanks, --Sean |