projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
600ee47
)
give a hint on what went wrong on a failed Cython import from distutils
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Dec 2008 21:24:04 +0000
(22:24 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Dec 2008 21:24:04 +0000
(22:24 +0100)
Cython/Distutils/build_ext.py
patch
|
blob
|
history
diff --git
a/Cython/Distutils/build_ext.py
b/Cython/Distutils/build_ext.py
index 8064956f67553803a2780212a98d6d93bf683634..742ecd5020c6eb7ebfd802ff98302a756b3d8b76 100644
(file)
--- a/
Cython/Distutils/build_ext.py
+++ b/
Cython/Distutils/build_ext.py
@@
-22,6
+22,7
@@
try:
compile as cython_compile
from Cython.Compiler.Errors import PyrexError
except ImportError, e:
+ print "failed to import Cython: %s" % e
PyrexError = None
from distutils.command import build_ext as _build_ext