LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

Can't access inherited elements of dialogue GUI #125

Closed JanGieseler closed 6 years ago

JanGieseler commented 6 years ago

This concerns the branch to break out the b26toolkit specific things from PyLabControl.

go b26_load_dialogue.py and run. When the GUI opens try to create a Scriptiterator.

You will get the following error AttributeError: 'LoadDialogB26' object has no attribute 'txt_info'

So it seem like on can't access the elements on the GUI (even though they are clearly there)