16 Aug 16:05
[Cython] Fwd: some errors annotating code
From: Hoyt Koepke <hoytak@...>
Subject: [Cython] Fwd: some errors annotating code
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-16 14:05:02 GMT
Subject: [Cython] Fwd: some errors annotating code
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-16 14:05:02 GMT
Hello, I've been playing around with the cython code annotation feature, and I think I've found a couple easily fixable bugs in the html code annotation feature. I'm using the latest version from the mercurial repository (1053:e5976a417edf). First bug. I get the following backtrace: hoytak <at> ubuntu804desktop:~/workspace/clsynth-cython/clsynth$ cython -a transforms.pyx Traceback (most recent call last): File "/home/hoytak/sysroot/bin/cython", line 8, in <module> main(command_line = 1) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py", line 694, in main result = compile(sources, options) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py", line 671, in compile return compile_multiple(source, options) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py", line 641, in compile_multiple result = run_pipeline(source, options) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py", line 503, in run_pipeline err, enddata = context.run_pipeline(pipeline, source) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py", line 169, in run_pipeline data = phase(data) File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",(Continue reading)
RSS Feed