[chirp_devel] Testing on widows

Jim Unroe
Sat Nov 14 15:04:55 PST 2020


Hi Brad,

> Any ideas on how to get py2exe installed?

Here are the notes I kept when recently rebuilding my CHIRP
development computer on Windows 7 Pro 32-bit.

Jim KC9HI
-------------- next part --------------
(install CHIRP DevelopersWin32Environment)

1.0 install "python-2.7.17": "Ninite Python Installer.exe"
    https://www.python.org/ftp/python/2.7.17/python-2.7.17.msi
    https://www.python.org/downloads
1.1 add "C:\Python27" to the Windows system PATH
1.2 add "C:\Python27\Scripts" to the Windows system PATH
1.3 upgrade pip > python -m pip install --upgrade pip

2 install "libxml2-python-2.7.7.win32-py2.7.exe"
  http://xmlsoft.org/sources/win32/python/

3 install "pygtk-all-in-one-2.24.2.win32-py2.7.msi" > install "pygtk-all-in-one-2.24.2.win32-py2.7.msi"
  https://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/

  https://pypi.org/

4 install wheel > pip install wheel
5 install pyserial 2.7 > pip install pyserial==2.7
6 install future > pip install future
7 install pywin32 > pip install pywin32


8 install pep8 > pip install pep8
9 install tox > pip install tox
10 install py2exe > pip install py2exe_py2


11 install "mercurial-5.3-x86.msi"
   https://www.mercurial-scm.org/downloads
   
12 create "mercurial.ini" > hg config --edit   

   chirp_devel at intrepid.danplanet.com          (for submitting)
   chirp_devel-confirm at intrepid.danplanet.com  (for testing)


   hg clone http://d-rats.com/hg/chirp.hg
   cd chirp.hg



pip install pyserial  <- for Python 3
pip install py2exe  <- for Python 3


More information about the chirp_devel mailing list