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>


_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to