Issue starting GUI

Need help, can’t get the GUI to launch. I have attempted the PIP install method and using git. Using a stand-alone, here’s output from attempting to run in python.

~/chipwhisperer$ python
Python 2.7.15+ (default, Aug 31 2018, 11:56:52)
[GCC 8.2.0] on linux2

import chipwhisperer as cw
cw.gui()
INFO : Dictionary contains zero modules
QObject :: startTimer: QTimer can only be used with threads started with QThread
INFO : Dictionary contains zero modules
INFO : Dictionary contains zero modules
<chipwhisperer.gui object at 0x7fc45fc75a10>

FYI, I’ve attempted to run “./CWCapture.py” and “./CWAnalyzer.py” and both simply hang.

Hello,

The proper way to run CW Capture/Analyzer is through python CWCapture.pyw / python CWAnalyzer.pyw.

Can you give more information about these scripts’ behaviour when they hang? If you run them from the terminal, is anything printed? What happens when you try to terminate them (Ctrl+C)?

Alex

Issue was fixed with proper accessing scripts outside of python interpreter.
Removed extraneous rabbit trail inducing debug messages.