Commit Graph

2 Commits

Author SHA1 Message Date
Jurko Gospodnetić 96ae433af8 patch ez_setup_1_4_2.py to handle KeyboardInterrupt & SystemExit correctly
Such exceptions need to be handled separately when catching the generic
Exception class under Python 2.4 or they get gobbled up by the generic exception
handling.
2014-04-27 01:26:40 +02:00
Jurko Gospodnetić ac23dfbbd7 use the latest compatible setuptools version for the current Python version
Now using setuptools 1.4.2 with Python 2.4 & 2.5, and using setuptools 3.3 with
later Python versions. This should help avoid installation issues in different
exotic use cases that were once not being handled by setuptools but have since
been corrected.
2014-03-23 18:39:23 +01:00