This project is archived and is in readonly mode.
setup.py static_libpq=1 doesn't quite work
Reported by Psycopg website | August 5th, 2011 @ 08:08 AM
Submitted by: Charlie Dyson (charlie at charliedyson dot net)
I changed setup.py:365 to add "or not self.link_objects" as that attribute had been set to None somewhere, causing the subsequent append to fail. Seems to have fixed it.
Cheers,
Charlie
Comments and changes to this ticket
-
Daniele Varrazzo August 9th, 2011 @ 10:36 AM
- State changed from new to resolved
Fixed, thank you for the report.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.