LISE-B26 / pylabcontrol

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

HTML links in the export default gui don't work on non-Bob machines #156

Open akabcenell opened 6 years ago

akabcenell commented 6 years ago

From Pavel: Once you passed the "Convert script or instrument..." step, in the Export window I select a source folder (f.e. Instruments) and see a list of available instruments. Once I'm trying to click on any of them, the program crashes with the following error message:

Traceback (most recent call last): File "C:\Users\Roger\Anaconda3\lib\site-packages\pylabcontrol\gui\windows_and_widgets\export_dialog.py", line 168, in display_info self.text_error.setOpenExternalLinks(True) AttributeError: 'QTextEdit' object has no attribute 'setOpenExternalLinks'