You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(pycxdgui) D:\Software\pycxdgui\pycxdgui>python startGUI.py
Traceback (most recent call last):
File "startGUI.py", line 1, in
from PyQt5 import QtGui
ImportError: No module named 'PyQt5'
(pycxdgui) D:\Software\pycxdgui\pycxdgui>python startGUI.py
Traceback (most recent call last):
File "startGUI.py", line 2, in
from gui.SAXSMainGUI import SAXSGUI
File "D:\Software\pycxdgui\pycxdgui\gui\SAXSMainGUI.py", line 5, in
from ..tools.average import runningaverage
ValueError: attempted relative import beyond top-level package
The text was updated successfully, but these errors were encountered:
(pycxdgui) D:\Software\pycxdgui\pycxdgui>python startGUI.py
Traceback (most recent call last):
File "startGUI.py", line 1, in
from PyQt5 import QtGui
ImportError: No module named 'PyQt5'
(pycxdgui) D:\Software\pycxdgui\pycxdgui>python startGUI.py
Traceback (most recent call last):
File "startGUI.py", line 2, in
from gui.SAXSMainGUI import SAXSGUI
File "D:\Software\pycxdgui\pycxdgui\gui\SAXSMainGUI.py", line 5, in
from ..tools.average import runningaverage
ValueError: attempted relative import beyond top-level package
The text was updated successfully, but these errors were encountered: