Stefan Behnel wrote:
> Did you check if the
> directory in which you run the tests has a file "Cython/Runtime/refnanny.pyx"?

Ah, does this patch fix it?

diff -r 474a2405291b MANIFEST.in
--- a/MANIFEST.in       Sun Mar 08 14:18:27 2009 +0100
+++ b/MANIFEST.in       Mon Mar 09 20:01:52 2009 +0100
@@ -7,6 +7,7 @@
 include cython.py
 include Cython/Compiler/Lexicon.pickle
 include Cython/Includes/*.pxd
+recursive-include Cython *.pyx
 include Doc/*

 include Demos/*.pyx

Stefan

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

Reply via email to