Lantz is an automation and instrumentation toolkit with a clean, well-designed and consistent interface. It provides a core of commonly used functionalities for building applications that communicate with scientific instruments allowing rapid application prototyping, development and testing. Lantz benefits from Python’s extensive library flexibility as a glue language to wrap existing drivers and DLLs.
Hello,
I may have found information to update in :
http://lantz.readthedocs.io/en/latest/tutorial/building.html#beautiful-testing
The code from lantz.ui.qtwidgets import start_test_app is not working. Qtwigets can't be imported
I have found in the source the working code from lantz.ui.app import start_test_app
Is this the new class to use to auto-build GUI ? Documentation is to update?
By the way , Lantz is great!
Goodbye
Hello, I may have found information to update in : http://lantz.readthedocs.io/en/latest/tutorial/building.html#beautiful-testing The code
from lantz.ui.qtwidgets import start_test_app
is not working. Qtwigets can't be imported I have found in the source the working codefrom lantz.ui.app import start_test_app
Is this the new class to use to auto-build GUI ? Documentation is to update? By the way , Lantz is great! Goodbye