I installed Postgresql and python.
Postgresql is installed in /usr/local/pgsql
In pygresql, there's the following variables that I can't figure out:
include_dirs, library_dirs, optional_libs
I tried the following:
else:
        include_dirs=[getconfig
('/usr/local/pgsql/include/'),getconfig('/usr/local/pgsql/include/server
/')]
        library_dirs=[getconfig('/usr/local/pgsql/lib/')]
        optional_libs=['/usr/local/pgsql/lib/pq']
        data_files = []

but it didn't work.
Anybody can help me on this?

Thx

_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to