Thanks, Dan.
I installed python (32 bit. 64 bit doesn't work with the XML library), pywin32, pygtk, the XML library, and the serial library all on my system.
I'm guessing I need to run mainapp.py in the chirpui directory, but I'm getting an error when I do so: Traceback (most recent call last): File "mainapp.py", line 42, in <module> from chirpui import editorset, clone, miscwidgets, config, reporting, fips File "..\chirpui\editorset.py", line 21, in <module> from chirpui import memedit, dstaredit, bankedit, common, importdialog File "..\chirpui\memedit.py", line 61, in <module> class MemoryEditor(common.Editor): File "..\chirpui\memedit.py", line 63, in MemoryEditor (_("Loc") , TYPE_INT, gtk.CellRendererText, ), NameError: name '_' is not defined
am I missing something?
On Mon, May 14, 2012 at 10:34 AM, Dan Smith dsmith@danplanet.com wrote:
This looks like a "starter edition" for ActiveState's enterprise products, but this may be a place to get started. I'm going to play with this for a little bit today. If this works, it's a 1-click install to get from nothing to having a working dev environment.
I would highly recommend against this approach. First, it won't be a "one click" because you still have to install the other packages I mentioned. Second, it's not clear/guaranteed that those will work with AS's python installation as it's expected that you're using the python.org version.
Also, I forgot, you need python-serial as well.
-- Dan Smith www.danplanet.com KK7DS
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel