From: mattia t. <mat...@ti...> - 2006-02-14 11:31:44
|
Hi all! I'm trying to install trac 0.9.3 on a Linux RedHat Enterprise 4 server, I got Python 2.3 and 2.4 and I've installed pyPgSQL 2.3 and 2.4 respectively. When I try to create a new environment with the trac-admin command, this use pyPgSQL to connect to a PgSQL database but it gives me the next error: /usr/lib/python2.4/site-packages/pyPgSQL/libpq/__init__.py:23: RuntimeWarning: Python C API version mismatch for module libpq: This Python has API version 1012, module libpq has version 1011. from libpq import * *** glibc detected *** free(): invalid pointer: 0xb7ed83c0 *** Aborted I don't know how to solve this problem, anyone has some ideas??? Thanks in advance. Mattia |