Created
September 8, 2010 08:58
-
-
Save musaulker/569854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macbook:iphone macuser$ ./prereq.py package | |
Traceback (most recent call last): | |
File "./prereq.py", line 158, in <module> | |
main(sys.argv) | |
File "./prereq.py", line 153, in main | |
check_for_package() | |
File "./prereq.py", line 138, in check_for_package | |
check_itunes_version(props) | |
File "./prereq.py", line 79, in check_itunes_version | |
minor = int(ver[2]) | |
ValueError: invalid literal for int() with base 10: '.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment