ghostop14
ghostop14
Looks like a QtChart issue? Can you just run python3 from the command-line and see if this import succeeds? from PyQt5.QtChart import QLineSeries If it fails, sounds like QtChart isn't...
Hmmm, no. I don't have a Pi Zero here but I do have a Pi3 I've run it on. I'll run some other tests and see if I can find...
Hi bjesmer, the main app has a class called ScanThread that runs the scans. It basically runs and get results, then in a thread loop briefly sleeps to prevent a...
Hmmm, sounds like something may be mismatched? Maybe there's an older already-installed version of something that needs an update? Maybe try something like pip3 install --upgrade sip? I haven't tested...
Awesome! Someone was just asking me about that yesterday.
Give it a shot without qscintilla. I ran into that on one of my systems that was a light kernel but not others. I think it may work (I dont...
You can probably get away without the dronekit piece if that's an issue, but yeah, you may need to see if there's a build-from-source for Knoppix for QScintilla. A couple...
Sounds like something may be blocking. You can issue agent commands from the command-line (they're just http). So you can issue some commands to test connectivity such as: curl http://:8020/wireless/interfaces...
You can issue the GET requests against the agent directly with wget or curl for testing. If you make the request from the command-line does it look like you get...
Sounds like something is up with your pyqtchart install. Give this a shot and see what it says: "pip3 search pyqtchart". You should get a response something like: PyQtChart (5.12)...