Skip to content

Instantly share code, notes, and snippets.

@musaulker
Created September 8, 2010 08:58
Show Gist options
  • Save musaulker/569854 to your computer and use it in GitHub Desktop.
Save musaulker/569854 to your computer and use it in GitHub Desktop.
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