Skip to content

Commit

Permalink
[svn r3612] Add another message about subprocess in 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 2, 2008
1 parent 340943b commit 2690406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualenv.py
Expand Up @@ -14,6 +14,7 @@
if sys.version_info <= (2, 3):
print 'ERROR: %s' % e
print 'ERROR: this script requires Python 2.4 or greater; or at least the subprocess module.'
print 'If you copy subprocess.py from a newer version of Python this script will probably work'
sys.exit(101)
else:
raise
Expand Down

0 comments on commit 2690406

Please sign in to comment.