-
Notifications
You must be signed in to change notification settings - Fork 46
QWebkit error. #1133
Comments
Hi, I do not find those issues myself, but these symptoms remind me of issues related with trying to load the ini file of a GUI previously-created with an older version of Qt or Taurus. Could that be your case? To discard this, you can try creating a very simple gui using If the above does not help, please give us a bit more details in order to try to reproduce:
Also please include some output from the console showing the errors. |
Also, can you try running
and check if you also run into the same issue? NOTE: this requires a TangoTest DS running as "sys/tg_test/1" |
Hello, I have a similar problem as ChergiiChernov (QWebkit is not available, KeyError('TaurusMonitorTiny') and most features not working such as adding a panel). I run taurus gui --safe-mode example01 and I have the same issues I am on Windows 10, Python 3.6.8, PyQt5, Taurus 4.7.0 Also, don't know if it is related but when I launch taurus qt designer, there are no taurus widgets. |
Hi,
|
Am I the only one experiencing Qt problems? "QWebkit is not available" message puzzles me, as QWebkit got deprecated and deleted from Qt in 2016.
Upon loading a gui created with "taurus newgui" initialization i constantly get an error window: KeyError('TaurusMonitorTiny').
Later on "QWebkit is not available" label hangs on the gui. Subsequently, most of features do not work.
When adding a new panel with a model: argument 2 has unexpected type: 'str' error shows up.
Dynamically generated gui and taurus test seem to work normally though.
The text was updated successfully, but these errors were encountered: