From: Sean E. <se...@es...> - 2004-01-08 04:43:46
|
Billy, I installed pyPgSQL using python distutils 'python setup.py install' The only thing I had to do was point the setup.py to the correct pgsql include and lib dirs. There were no errors during build/install. I forgot to mention I'm running PostgreSQL 7.4.1 As a note, I can 'import pyPgSQL' just fine, probably because it's not accessing the PgSQL module. Thanks for your reply. I hope we can solve *something* with this odd occurrence. --Sean On Jan 7, 2004, at 8:12 PM, Billy G. Allie wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Sean Escex wrote: > | 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 > > Sean, > > Thats a strange one. The only thing I can think of is an error in > libpq > (the C language module). > > How did you install pyPgSQL? > ~ - Did you compile from the source files? > ~ - Were there any errors compiling the source? > > - -- > ____ | Billy G. Allie | Domain....: Bil...@mu... > | /| | 7436 Hartwell | MSN.......: B_G...@em... > |-/-|----- | Dearborn, MI 48126| > |/ |LLIE | (313) 582-1540 | > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE//NjGnmIkMXoVVdURAl1HAJ483JjWdv6pnkfnXXp1Hp9/yWjw9wCdFGxC > 2hW0mTlHMLCenZxm9UydVGo= > =jgaP > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Pypgsql-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypgsql-users > |