
I too am trying to test. I develop on Windows. I've installed pip to facilitate installing tox. Both are now installed.
When I try to run tests (all or just my new driver), I get the following: GLOB sdist-make: C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\setup.py ERROR: invocation failed (exit code 1), logfile: C:\Users\Brad\Documents\CHIRP-dev\chirp.hg.tox\log\GLOB-0.log ================================== log start ================================== No handlers could be found for logger "chirp.drivers.anytone778uv" Traceback (most recent call last): File "setup.py", line 156, in <module> win32_build() File "setup.py", line 32, in win32_build import py2exe ImportError: No module named py2exe
=================================== log end =================================== ERROR: FAIL could not package project - v = InvocationError(u"'c:\python27\python.exe' setup.py sdist --formats=zip --dist-dir 'C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\.tox\dist'", 1)
I figured I might need a package called py2exe. I'm trying to install it, but the installer complains that Python 2.7 is not in the registry. I have Python 2.7.8 for chirp development but it's installer didn't register it - I guess.
Any ideas on how to get py2exe installed?
Please help, Brad Schuler K0BAS