25 Jun
2014
25 Jun
'14
7:14 a.m.
Is there a way I can run python 2 and python 3 at the same time?
Yes, as I said, most current distros ship both at the same time. You just need to arrange for chirp to run under python 2. How to do that depends on your distro and environment. On some distros, that's as easy as running chirp like this:
$ py27 chirpw
--Dan