On Sep 25, 2009, at 5:00 AM, Neal Becker wrote: > Robert Bradshaw wrote: > >> On Sep 25, 2009, at 12:54 AM, Dag Sverre Seljebotn wrote: >> >>> Robert Bradshaw wrote: >>>> I'll cut an rc tomorrow with your stuff, and then >>>> actually release Friday or Saturday so anyone who cares (but not >>>> enough to pull from -devel) can try it out. >>>> >>> OK I'm done. >> >> http://cython.org/release/Cython-0.11.3.rc0.tar.gz > > Should I be able to run self-tests against un-installed Cython? > This is > what I get: > > python runtests.py > Running tests against Cython 0.11.3.rc0 > Python 2.6 (r26:66714, Jun 8 2009, 16:07:29) > [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] > > Traceback (most recent call last): > File "runtests.py", line 618, in <module> > exclude_selectors += [ FileListExcluder("tests/bugs.txt") ] > File "runtests.py", line 471, in __init__ > for line in open(list_file).readlines(): > IOError: [Errno 2] No such file or directory: 'tests/bugs.txt'
Hmm... I think it should work. I'll see if I can find a computer without Cython installed to test it... Anyone else see this? - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
