[svn r38810] being yet more ignorant about build problems of c-extensions
--HG-- branch : trunk
This commit is contained in:
parent
86155cceb8
commit
f2e89671d0
|
@ -138,7 +138,7 @@ def setup(pkg, **kw):
|
|||
print "precompiling greenlet module"
|
||||
try:
|
||||
x = py.magic.greenlet()
|
||||
except ImportError:
|
||||
except (RuntimeError, ImportError):
|
||||
print "could not precompile greenlet module, skipping"
|
||||
|
||||
params = Params(pkg)
|
||||
|
|
Loading…
Reference in New Issue