achim1 / muonic

A python gui for QNet DAQ card experiments
http://achim1.github.io/muonic/
1 stars 9 forks source link

Changes in readme; Small change in loading of which_tty_daq file; Import problem fix #81

Closed marcelwgn closed 6 years ago

marcelwgn commented 7 years ago

Readme change: When first running the problem it did not run due to failure of resolving command 'Latex' so i suppose it is a requirement to run the project Loading which_tty_daq: Instead of instantly raising an OSError the script first tries to find the file in the directory of the muonic script path. This can be useful for developing puposes Import problem: In some versions of matplot lib NavigationToolbar2QTAgg is named NavitgationToolbar2QT. To prevent errors from different versions of matplotlib MuonicWidgets tries to import NavigationToolbar2QT if NavigationToolbar2QTAgg can't be found