class MainWindowWithTrayIcon(QtWidgets.QMainWindow):
...
class MyWindow(MainWindowWithTrayIcon, Ui_MainWindow):
self.tray_icon = QtWidgets.QSystemTrayIcon(self)
Shell=true, как раз ради того, чтобы выполнять сий код через оболочку.
subprocess.Popen здесь для того, чтобы независимо вызвать процесс
можно заменить его на os.popen и по сути ничего не изменится.
D:\Temp>py -h
Python Launcher for Windows Version 3.8.150.1013
usage:
py [launcher-args] [python-args] script [script-args]
Launcher arguments:
-2 : Launch the latest Python 2.x version
-3 : Launch the latest Python 3.x version
-X.Y : Launch the specified Python version
The above all default to 64 bit if a matching 64 bit python is present.
-X.Y-32: Launch the specified 32bit Python version
-X-32 : Launch the latest 32bit Python X version
-X.Y-64: Launch the specified 64bit Python version
-X-64 : Launch the latest 64bit Python X version
-0 --list : List the available pythons
-0p --list-paths : List with paths
P.S. Или вы намекаете, что glutDisplayFunc - это С, а не С++?