LabPy / lantz

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.
http://lantz.readthedocs.org/
Other
135 stars 65 forks source link

Not imported : from lantz.ui.qtwidgets import start_test_app #72

Open ghost opened 8 years ago

ghost commented 8 years ago

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