New submission from Gustavo Narea <[EMAIL PROTECTED]>:
trace.py tries to get coverage information from non Python files, which raises a
SyntaxError because the file doesn't contain valid Python code.
I've attached a path that fixes this problem in Python 2.5.
--
com
Gustavo Narea <[EMAIL PROTECTED]> added the comment:
Hi, Amaury.
I found this problem using the Bitten continuous integration system
(http://bitten.edgewall.org/ticket/304).
I'm using the TurboGears framework with Genshi, and therefore
mypackage.templates module should contain non-P
New submission from Gustavo Narea :
Download Python 2.5.5 and run ./configure: "_ctypes.so" won't be compiled
because the ./configure file for libffi in ctypes is not executable.
Here's the output:
env: Python-2.5.5/Modules/_ctypes/libffi/configure: Permission denied