13 Aug 17:34
[Cython] Head fails tests
From: Neal Becker <ndbecker2@...>
Subject: [Cython] Head fails tests
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-13 15:35:25 GMT
Subject: [Cython] Head fails tests
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-13 15:35:25 GMT
I did
hg pull -u
python setup.py build
sudo python setup.py install
python runtests.py
running doctests in wundram1 ...
======================================================================
ERROR: compiling and running ct_DEF
----------------------------------------------------------------------
Traceback (most recent call last):
File "runtests.py", line 261, in run
self.runCompileTest()
File "runtests.py", line 159, in runCompileTest
self.directory, self.expect_errors, self.annotate)
File "runtests.py", line 248, in compile
self.assertEquals(None, unexpected_error)
AssertionError: None != '38:19: Invalid compile-time expression'
Bunch more errors, including:
AttributeError: 'NoneType' object has no attribute 'groups'
ValueError: invalid literal for int() with base 10: '0F'
AssertionError: <unprintable AssertionError object>
RSS Feed