New submission from Kai Sterker :
Since update to Python 2.7.3 (as distributed by Ubuntu 12.04 64bit), I
experience occasional crashes in the application I am developing (which uses
Python scripting). The crash either happens at the first key press or it does
not happen at all. Smells like a
Kai Sterker added the comment:
To compile against a python version that is not system-default, configure with
PYTHON=/usr/bin/python2.7 ../adonthell/configure
--with-py-cflags=-I/usr/include/python2.7 --with-py-libs=-lpython2.7
Regardless of that, your hints are proving useful. I compiled