Re: [python-win32] User login details when running a service

2020-04-12 Thread Waseem Afser
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

[python-win32] OPEN GL error when starting a Kivy App from a service

2020-04-12 Thread Waseem Afser
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