Juvar1 / APRSterminal

A simple Python GUI program to view APRS data from radio via serial port.
GNU General Public License v2.0
4 stars 0 forks source link

invalid syntax #1

Open Nodeswitch opened 6 years ago

Nodeswitch commented 6 years ago

Hey - I've just tried running this on my system, but I'm getting the below traceback.

➜ sudo python3 APRSterminal.py 
Traceback (most recent call last):
  File "APRSterminal.py", line 25, in <module>
    from PyQt4 import QtGui, QtCore, QtWebKit
ImportError: cannot import name QtWebKit

➜ python3 --version
Python 3.6.5

Looks like PyQt4.QtWebKit isn't maintained on PyQt4 anymore. Same with Qt5, apparently.

Juvar1 commented 6 years ago

787ea5d Now there is a new file called APRSterminalP3.py. It works with Python version 3.6 and replaces the old file APRSterminal.py that is intended to Python version 2.7. New file does not use QtWebKit anymore.