[issue8149] libffi's configure is not executable

2010-03-15 Thread Gustavo Narea
New submission from Gustavo Narea gustavona...@2degreesnetwork.com: 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

[issue3435] trace.py tries to get coverage data from non Python files

2008-07-24 Thread Gustavo Narea
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. -- components: Library (Lib

[issue3435] trace.py tries to get coverage data from non Python files

2008-07-24 Thread Gustavo Narea
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-Python files