Skip to content

Fix Qt API collision in taurusnexuswidget

Carlos Pascual requested to merge github/fork/cpascual/nexuswidget into develop

running cd <taurus>/lib/taurus/qt/qtgui/extra_nexus/;python -m taurusnexuswidget fails because the early import of PyMCA sets the Qt API to 1. Do the taurus.external.qt import before to avoid it.

Merge request reports