> Newest build 3/14/15 won't start on an established Slackware system
> though old 13.1.
argparse is in Python 2.7 and the old library is now deprecated.
> CHIRP daily-20150218 on Linux - (Python 2.6.4)
There are other things we do assuming python 2.7, so I'm surprised that
this is the first thing that has broken you. However, it's probably time
for you to upgrade as Python 2.6 is many years old and no longer
supported:
https://www.python.org/download/releases/2.6.9/--Dan