I was kind of blank when I started off with the link you provided but with
some searching i got into a post which got Queries and i used it this way :
objWMIService = win32com.client.Dispatch("WbemScripting.SWbemLocator")
strComputer = "."
objSWbemServices = objWMIService.ConnectServer(strCompute
I'm trying to start a Kivy App bundled using Pyinstaller from a windows
service made using win32serviceutil.ServiceFramework and the open GL
version it finds / gets over there is 1.1
I have a GTX 1060 with Open GL verison 4.6.
When i run the Kivy App normally ( not from a service ) everything is