[python-win32] Installing a Python script as service

2005-08-25 Thread Wolfgang Schneider
Hi We have the following problem when we try to install a Python script as Win32 service: The Python script is located in a path that contains the substring "_demonstrator". When installing the Python service for this script, we get the error message, the the file "PythonService_d.exe" isn't fou

[python-win32] Using licensed ActiveX control with win32ui.CreateControl()

2005-04-13 Thread Wolfgang Schneider
Hi I have a problem with passing a runtime license key for an ActiveX control to the method CreateControl() of the class pywin.mfc.activex.Control (and the CreateControl() method of win32ui) Can anybody give me a hint in which form the license key string must be passed to this method? I got