X2Cscope / pyx2cscope

python implementation of x2cscope
Other
1 stars 0 forks source link

QT DLL issue #28

Closed MarkWendler closed 2 months ago

MarkWendler commented 2 months ago

QT issue if I try to run the module from global installation.

Also, if I try to run web interface, why do we load QT library?

C:\_projects\X2Cscope_library_make>py -m pyx2cscope -w
DEBUG:matplotlib:matplotlib data path: C:\Users\M18034\AppData\Roaming\Python\Python312\site-packages\matplotlib\mpl-data
DEBUG:matplotlib:CONFIGDIR=C:\Users\M18034\.matplotlib
DEBUG:matplotlib:interactive is False
DEBUG:matplotlib:platform is win32
DEBUG:matplotlib:CACHEDIR=C:\Users\M18034\.matplotlib
DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\M18034\.matplotlib\fontlist-v330.json
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\M18034\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyx2cscope\__main__.py", line 4, in <module>
    from pyx2cscope.gui.watchView.minimal_gui import X2Cscope_GUI
  File "C:\Users\M18034\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyx2cscope\gui\watchView\minimal_gui.py", line 18, in <module>
    from PyQt5 import QtGui
ImportError: DLL load failed while importing QtGui: The specified module could not be found.