[chirp_devel] Comments on a UI rewrite
Dan Smith
Sat Dec 7 06:25:11 PST 2019
> jim at jim-desktop:/media/jim/e86c7433-1ab9-44d7-a2f8-76ea78f5f498/Radio_Stuff/chirp_wx/chirp-20191206-wx$
> python3 -mpip install wxPython
> Collecting wxPython
> Using cached https://files.pythonhosted.org/packages/b9/8b/31267dd6d026a082faed35ec8d97522c0236f2e083bf15aff64d982215e1/wxPython-4.0.7.post2.tar.gz
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'setuptools'
Hmm, what version/distro? You can try "apt-get install python3-setuptools" although I would think you'd already have it.
You can also install the distro-provided wxPython if it has one (python3-wxgtk3.0 or 4.0).
--Dan
More information about the chirp_devel
mailing list