This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Gustavo
Recipients Gustavo, amaury.forgeotdarc
Date 2008-07-24.11:19:20
SpamBayes Score 0.010410074
Marked as misclassified No
Message-id <1216898364.43.0.951333910691.issue3435@psf.upfronthosting.co.za>
In-reply-to
Content
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. Here you'll find
its contents:
https://tracker.gnulinuxmatters.org/browser/animador/trunk/animador/template

This is the only situation where the problem occurs, AFAIK.

If you want to reproduce it, you can:
 1.- Install Bitten:
easy_install http://svn.edgewall.org/repos/bitten/trunk/
 2.- Install my package:
svn co https://svn.gnulinuxmatters.org:81/animador/trunk/ animador
cd animador
./setup.py develop
 3.- Run Bitten's "unittest" extension for setuptools under my package with the
following options:
./setup.py unittest --xml-output build/test-results.xml --coverage-summary
build/test-coverage.txt --coverage-dir build/coverage

Then you'll get a SyntaxError if the patch I attached is not applied.

Cheers.
History
Date User Action Args
2008-07-24 11:19:25Gustavosetspambayes_score: 0.0104101 -> 0.010410074
recipients: + Gustavo, amaury.forgeotdarc
2008-07-24 11:19:24Gustavosetspambayes_score: 0.0104101 -> 0.0104101
messageid: <1216898364.43.0.951333910691.issue3435@psf.upfronthosting.co.za>
2008-07-24 11:19:23Gustavolinkissue3435 messages
2008-07-24 11:19:21Gustavocreate