Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Jan 1, 2015
2 parents 80e51fe + ed4611a commit 96f65c6
Show file tree
Hide file tree
Showing 159 changed files with 2,605 additions and 6,503 deletions.
2 changes: 2 additions & 0 deletions PyInstaller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# Fail hard if Python does not have minimum required version
if sys.version_info < (2, 4):
raise SystemExit('PyInstaller requires at least Python 2.4, sorry.')
elif sys.version_info >= (3,):
raise SystemExit('Python 3 is not yet supported, sorry.')


# Extend PYTHONPATH with 3rd party libraries bundled with PyInstaller.
Expand Down
Loading

0 comments on commit 96f65c6

Please sign in to comment.