jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

argparse breaks python 2.6 #547

Closed jarvisteach closed 5 years ago

jarvisteach commented 5 years ago

appJar doesn't run under python 2.6, due to argparse not being available.

A quick win would be to simply disable argument parsing in python 2.6