RQC-HU / dcaspt2_input_generator

GUI tool for supporting the generation of input files for DIRAC_CASPT2 calculation.
https://pypi.org/project/dcaspt2-input-generator/
Apache License 2.0
0 stars 1 forks source link

PyQt5 'QProcess' object has no attribute 'startCommand' #61

Closed kohei-noda-qcrg closed 3 months ago

kohei-noda-qcrg commented 3 months ago
kohei-noda-qcrg commented 3 months ago
PS C:\Users\none> pip list | findstr "PySide PyQt"
PyQt5                   5.15.10
PyQt5-Qt5               5.15.2
PyQt5-sip               12.13.0
PyQt6                   6.7.0
PyQt6-Qt6               6.7.2
PyQt6-sip               13.6.0
PySide6                 6.6.3.1
PySide6_Addons          6.6.3.1
PySide6_Essentials      6.6.3.1
kohei-noda-qcrg commented 3 months ago

It seems that we no longer need to use qtpy. Because if we use the qtpy, we need to take care of deprecated and new attributes for all qt python bindings. It is painful to manage this, at least for us as a small project.