From: bob a. <rd...@pa...> - 2002-05-26 03:47:40
|
on openbsd 3.x (how do i find out?) postgresql 7.1.3 python 2.2 pyPgSQL 2.0 i installed it, but when i did 'from pyPgSQL import libpq' python says 'No module libpq'. i can import pyPgSQL and i see libpq in its directory ok. i got around this by copying libpqmodule.so from there to /usr/local/lib where my other libpq thingies are and i can now import libpq. but i was wondering what i haven't done correctly. i don't seem to have a proper lib directory for postgresql - no /usr/local/ lib/pgsql or anysuch. but that wouldn't affect this. i assume. just a little wondering/worried |