[svn r38810] being yet more ignorant about build problems of c-extensions

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-14 13:15:20 +01:00
parent 86155cceb8
commit f2e89671d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)