<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">I got a bit further, but still need help.&nbsp; Was trying to install 64b when Python is 32b, so I now have Tox installed, but still not able to run tests.&nbsp; Seeing the following:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Processing c:\users\brad\documents\chirp-dev\chirp.hg\.tox\.tmp\package\1\unknown-0.0.0.zip<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; ERROR: Command errored out with exit status 1:<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp; command: 'C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\.tox\driver\Scripts\python.EXE' -c 'import sys, setuptools, tokenize; sys.argv[0] = '&quot;'&quot;'c:\\users\\brad\\appdata\\local\\temp\\pip-req-build-ctvfix\\setup.py'&quot;'&quot;'; __file__='&quot;'&quot;'c:\\users\\brad\\appdata\\local\\temp\\pip-req-build-ctvfix\\setup.py'&quot;'&quot;';f=getattr(tokenize,
 '&quot;'&quot;'open'&quot;'&quot;', open)(__file__);code=f.read().replace('&quot;'&quot;'\r\n'&quot;'&quot;', '&quot;'&quot;'\n'&quot;'&quot;');f.close();exec(compile(code, __file__, '&quot;'&quot;'exec'&quot;'&quot;'))' egg_info --egg-base 'c:\users\brad\appdata\local\temp\pip-pip-egg-info-p_uptb'<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cwd: c:\users\brad\appdata\local\temp\pip-req-build-ctvfix\<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; Complete output (5 lines):<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; Traceback (most recent call last):<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File &quot;c:\users\brad\appdata\local\temp\pip-req-build-ctvfix\setup.py&quot;, line 5, in &lt;module&gt;<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from chirp import CHIRP_VERSION<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; ImportError: No module named chirp<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; ----------------------------------------<o:p></o:p></p>
<p class="MsoNormal">ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1F497D">Brad Schuler<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1F497D">K0BAS</span><span style="color:#1F497D"><o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Brad &amp; Cindy Schuler <br>
<b>Sent:</b> Saturday, November 14, 2020 3:36 PM<br>
<b>To:</b> 'chirp_devel@intrepid.danplanet.com' &lt;chirp_devel@intrepid.danplanet.com&gt;<br>
<b>Subject:</b> Testing on widows<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I too am trying to test.&nbsp; I develop on Windows.&nbsp; I&#8217;ve installed pip to facilitate installing tox.&nbsp; Both are now installed.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">When I try to run tests (all or just my new driver), I get the following:<o:p></o:p></p>
<p class="MsoNormal">GLOB sdist-make: C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\setup.py<o:p></o:p></p>
<p class="MsoNormal">ERROR: invocation failed (exit code 1), logfile: C:\Users\Brad\Documents\CHIRP-dev\chirp.hg\.tox\log\GLOB-0.log<o:p></o:p></p>
<p class="MsoNormal">================================== log start ==================================<o:p></o:p></p>
<p class="MsoNormal">No handlers could be found for logger &quot;chirp.drivers.anytone778uv&quot;<o:p></o:p></p>
<p class="MsoNormal">Traceback (most recent call last):<o:p></o:p></p>
<p class="MsoNormal">&nbsp; File &quot;setup.py&quot;, line 156, in &lt;module&gt;<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; win32_build()<o:p></o:p></p>
<p class="MsoNormal">&nbsp; File &quot;setup.py&quot;, line 32, in win32_build<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; import py2exe<o:p></o:p></p>
<p class="MsoNormal">ImportError: No module named py2exe<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">=================================== log end ===================================<o:p></o:p></p>
<p class="MsoNormal">ERROR: FAIL could not package project - v = InvocationError(u&quot;'c:\\python27\\python.exe' setup.py sdist --formats=zip --dist-dir 'C:\\Users\\Brad\\Documents\\CHIRP-dev\\chirp.hg\\.tox\\dist'&quot;, 1)<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I figured I might need a package called py2exe.&nbsp; I&#8217;m trying to install it, but the installer complains that Python 2.7 is not in the registry.&nbsp; I have Python 2.7.8 for chirp development but it&#8217;s installer didn&#8217;t register it &#8211; I guess.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Any ideas on how to get py2exe installed?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Please help,<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1F497D">Brad Schuler</span><span style="color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1F497D">K0BAS<o:p></o:p></span></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>