This project is archived and is in readonly mode.
Error while loading the module
Reported by Psycopg website | April 22nd, 2013 @ 12:03 PM
Submitted by: Shyam
import psycopg2 Traceback (most recent call last):
File "", line 1, in File "/x/xxxx/xxxxx/Sxxxxx/python/lib/python2.6/site-packages/psycopg2/__init__.py", line 50, in from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID SystemError: bad format char passed to Py_BuildValue
Comments and changes to this ticket
-
Daniele Varrazzo April 22nd, 2013 @ 01:17 PM
We need more comment about that: what python version is it? What platform?
Can you compile psycopg in debug mode and post the output of the import to see where does it stop?
Thank you.
-
Daniele Varrazzo June 18th, 2013 @ 02:22 PM
- State changed from new to invalid
No answer back. I'd file it under versions mess up.
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.