提交 60dc63c5 authored 作者: Frederic's avatar Frederic

better error msg

上级 ea17e455
......@@ -89,7 +89,7 @@ except ImportError:
if not os.path.exists(cfile):
# This can happen in not normal case. We just
# disable the c clinker. If we are here the user
# didn't disabled the compiler, so print a warning.
# didn't disable the compiler, so print a warning.
warnings.warn(
"The file lazylinker_c.c is not available. This do"
"not happen normally. You are probably in a strange"
......
......@@ -63,7 +63,7 @@ except ImportError:
if not os.path.exists(cfile):
# This can happen in not normal case. We just
# disable the cython code. If we are here the user
# didn't disabled the compiler, so print a warning.
# didn't disable the compiler, so print a warning.
warnings.warn(
"The file scan_perform.c is not available. This do"
"not happen normally. You are probably in a strange"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论