It gave the following error: [EMAIL PROTECTED] PyGreSQL-3.7]# python setup.py build pg_config: invalid argument: --/usr/local/pgsql/include/
Try "pg_config --help" for more information pg_config: invalid argument: --/usr/local/pgsql/include/server/ Try "pg_config --help" for more information pg_config: invalid argument: --/usr/local/pgsql/lib/ Try "pg_config --help" for more information running build running build_py running build_ext Thanks again -----Original Message----- From: Marc Khayat Sent: Friday, September 30, 2005 5:56 PM To: '[email protected]' Subject: Installing PyGresql 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
