John E. Malmberg
John E. Malmberg
It did not appear to be working for the python2 version, so I did not do anything with it for the python3 version. I probably should have created a ticket....
Something extra was added to the windows packaging of 0.3.9. to make it work. This may also have been done for .deb or .rpm packaging of D-Rats. The code to...
I am assuming that the GPS dongle appears to be a serial port to applications. What I need to diagnose is a sample of the exact bytes that the GPS...
pyaudo and pydub use "dynamic loading" to install the packages that is needed on the local system. They apparently do not install any libraries that may be missing. The play...
Looks like we have the a lot of issues in how to get a D-Rats compatible python environment on Mac OS that need to be worked out.
Reopened automatically closed bug because we still need Mac OS documentation to how to make test_sound work.
Process Has Forked is related to [Mac OS GIO application Issues](https://github.com/ham-radio-software/D-Rats/issues/196) Need to determine the cause of the FileNotFoundError: [Errno 2] No such file or directory message. On Mac OS,...
pyproject.toml has a section in it with the python modules that need to be installed for running D-Rats. `dependencies = [ "lxml", "pycairo", "PyGObject", "pyserial", "Pillow", "geopy", "feedparser" ] `...
This is a similar issue to what Microsoft users have to deal with. D-Rats needs: A Python3 environment with the above dependencies. It may be possible to find a GTK3...
With linux systems and linux environments like ANTI-X or Ubuntu, all the python add on modules needed for running D-RATS are available from the same source as the python3 installed...