[Bug 114930] Re: Python C API version mismatch

2008-10-14 Thread James Westby
Hi, This is fixed in Intrepid. It should be fixed by the same fix as bug 86685, so if that is accepted for Hardy this should be fixed in Hardy. Thanks, James ** Changed in: clearsilver (Ubuntu) Status: Confirmed => Fix Released -- Python C API version mismatch https://bugs.launchpad.n

[Bug 114930] Re: Python C API version mismatch

2008-06-11 Thread Tim Hatch
Not Trac's bug ** Changed in: trac (Ubuntu) Status: New => Invalid -- Python C API version mismatch https://bugs.launchpad.net/bugs/114930 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 114930] Re: Python C API version mismatch

2008-04-29 Thread Josh Green
I was also having this problem, but I fixed it by adding '--with- python=/usr/bin/python' to the configure flags. Seems both Python 2.4 and 2.5 are installed and it was getting built against 2.4. Here is what I did to build a deb package (if anyone is interested): apt-get source python-clearsilve

[Bug 114930] Re: Python C API version mismatch

2008-04-27 Thread Jens Jahnke
I can confirm this bug using trac on Ubuntu 8.04 (Hardy Heron). My logs are flooded like this: /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012. i

[Bug 114930] Re: Python C API version mismatch

2007-10-27 Thread Samuel Huckins
Having the same issue, and my logs are definitely being flooded by this. I downloaded clearsilver-0.10.5, unpacked it, tried to configure and got: /tmp/clearsilver-0.10.5$ sudo ./configure --disable-wdb --disable-compression --disable-perl --with-python=$(which python) checking for gcc... gcc che

[Bug 114930] Re: Python C API version mismatch

2007-08-31 Thread Victor Stinner
I get the same error and it does fill my error.log (near 6 lines per second). It would be great to fix it :-) -- Python C API version mismatch https://bugs.launchpad.net/bugs/114930 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -

[Bug 114930] Re: Python C API version mismatch

2007-08-27 Thread Jeremy Visser
** Changed in: clearsilver (Ubuntu) Status: New => Confirmed -- Python C API version mismatch https://bugs.launchpad.net/bugs/114930 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 114930] Re: Python C API version mismatch

2007-06-09 Thread Anthony Durity
I get the same. I installed Trac which installed python-clearsilver. The offending shared lib is neo_cgi.so You can see from locate neo_cgi.so that it is located /usr/lib/python2.4/site-packages/neo_cgi.so /usr/lib/python2.5/site-packages/neo_cgi.so (or you could check in the properties of the pa