Commit a361bd3d authored by Guillaume Seguin's avatar Guillaume Seguin

Add debug helper to setup.py (#642)

parent a1b21e05
...@@ -27,6 +27,9 @@ try: ...@@ -27,6 +27,9 @@ try:
from Cython.Distutils import build_ext from Cython.Distutils import build_ext
except ImportError, e: except ImportError, e:
print "WARNING: Failed to cythonize: %s" % e print "WARNING: Failed to cythonize: %s" % e
# Debug helper: uncomment these:
# import traceback
# traceback.print_exc()
extensions = None extensions = None
build_ext = None build_ext = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment