When I execute python in sublime text and some error happens during interaction with GUI, sublime 3083 on arch wont show me traceback report, where the error happened - what caused it, but if I would just execute in terminal the python script, I would get the traceback right as it happened.
Here is a small Python3 & PyQt5 program showing this behavior, whenever double click happens on the table.
here is picture showing example code fail in sublime and in terminal
- I tested on ubuntu and mint in virtual machines, there sublime shows error no problem, it does not even terminate the program, just shows error on double click
- tested on manjaro(arch basicly) and another arch in virtual machine, both fail
- tested on arch with python2, python2-pyqt5,… fails as well
- I tested sublime text 2, fails too on arch
- opensuse works
- could not get fedora to run pyqt5 so cant tell there
I used this as python3 build sytem