Skip to content

Allow import of Taurus widgets without PyTango

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

Fix #590 (closed) Remove/delay/protect imports of PyTango in taurus.qt submodules in order to allow the widgets to be imported without PyTango being installed.

Note that this is not about making all the widgets scheme-agnostic. It is just about allowing the modules to be imported without raising exceptions when PyTango is not installed.

Bonus: many parts of the code have been marked as tango-centric, which should allow future identification prior to isolation/fix.

Merge request reports