From: Tony L. <tl...@me...> - 2002-09-17 13:21:52
|
On Saturday, September 14, 2002, at 01:46 PM, Gerhard H=E4ring wrote: > Could you please send your working setup.py to the pypgsql-user list,=20= > so > other MacOS X users can profit from it? Thanks for the support of Gerhard in getting pypsql to run on MacOSX. I used the postgresql binary from http://www.entropy.ch/software/MacOSx/postgresql/ The lib paths were include_dirs =3D [ "/usr/local/pgsql/include" ] library_dirs =3D [ "/usr/local/pgsql/lib" ] This line had to be removed from the setup section runtime_library_dirs =3D pypgsql_rt_dirs, Attached is the final setup.py file |