HombreOso / NPS_PyQt

noise power spectrum analysis tool
1 stars 0 forks source link

#001 dll file fails to load #1

Open HombreOso opened 2 years ago

HombreOso commented 2 years ago

Traceback (most recent call last): File "T:\014_migration_NPS_to_PyQt\NPS_PyQt\Browser_NPS.py", line 2, in from MainWindow_NPS import Ui_MainWindow_NPS File "T:\014_migration_NPS_to_PyQt\NPS_PyQt\MainWindow_NPS.py", line 9, in from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui: The specified procedure could not be found

HombreOso commented 2 years ago

The issue was resolved by using python 3.10. It is assumed that PyQt6 does not work properly with older versions of python.