Closed gdampf closed 5 years ago
Ohhh, what a lousy description. I managed to get some of the dependencies solved, but when starting, I got the following errors) see below). IMHO, I struggling with versions! I'm using python3.6 and PyQt5, so I installed pyqt5-dev-tools instead of Version 4 - does this matter?
Did anybody managed to get this running on ubuntu with python 3.6 and PyQt5?
Here, the errors (the gui is displayed, but I am unable to connect to the hardware - tried all serial lines available):
$ Experiments
qt.svg: /usr/share/icons/Faba/16x16/actions/dialog-ok.svg:112: Could not resolve property: linearGradient4205
qt.svg: /usr/share/icons/Faba/16x16/actions/dialog-ok.svg:112: Could not resolve property: linearGradient4205
qt.svg: /usr/share/icons/Faba/16x16/actions/dialog-ok.svg:112: Could not resolve property: linearGradient4205
qt.svg: /usr/share/icons/Faba/16x16/actions/dialog-ok.svg:112: Could not resolve property: linearGradient4205
Traceback (most recent call last):
File "/usr/bin/Experiments", line 236, in changeSubSection
self.loadParentModuleIcons(self.subSectionPaths[ind])
File "/usr/bin/Experiments", line 247, in loadParentModuleIcons
self.loadSubmoduleIcons(submodule)
File "/usr/bin/Experiments", line 266, in loadSubmoduleIcons
icon = self.experimentIcon(submodule,app,fn)
File "/usr/lib/python3/dist-packages/PSL_Apps/utilitiesClass.py", line 1168, in init
tmp = importlib.import_module(basepackage+'.'+name)
File "/usr/lib/python3.6/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "
Installed pslab and pslab-apps succesfully with no errors, but starting Experiments ends up in a stack-trace reg. not found modules (at least sip and apt-pkg was mentioned). Before posting endless traces: Does anybody made the same experience? I have several versions of python installed (2.7, 3.6 and 3.7 at least) and tried this within the 2.7-Environment as well as in 3.7, with the same result. Well, at least the 2.7 should work, as I use it also for PlatformIO, which works perfectly. What is so special on this pslab? I don't want to create a completely isolated environment just for that.