Kaizaad Bilimorya wrote:
I think I put it in the right place since it seemed to work, I can
get
through the setup now.
That's a bit inexplicable as it should still return 1 and in addition,
print an error. Regardless, I'm glad it works now, and as I mentioned,
should be unnecessary soon.
--nate
Thanks!
-k
--- check_python.py.orig 2010-01-20 14:06:07.000000000 -0500
+++ check_python.py 2010-01-21 09:52:23.000000000 -0500
@@ -26,4 +26,5 @@
print check_virtualenv()
sys.exit( 0 )
except Exception:
+ raise
sys.exit( 1 )