Re: [python-win32] Problem registering COM server at installation time

2016-01-31 Thread Mark Hammond
On 17/01/2016 6:51 AM, Malte Forkel wrote: Hi, I'm trying the register a COM server using the install script of a built distribution, created with the bdist_wininst format of distutils. But the script fails with a message that MSVCR90.dll can't be found. Registering the server after the install

Re: [python-win32] Printer Response

2016-01-31 Thread Tim Roberts
On Jan 30, 2016, at 3:31 PM, Malik Brahimi wrote: > > I've been looking through the win32print API but I do not believe that all > the Windows features are fully exposed in this package. Is there a way for me > to trigger a callback function once the print server or USB printer receives > a pr

[python-win32] Printer Response

2016-01-31 Thread Malik Brahimi
Hello, I've been looking through the win32print API but I do not believe that all the Windows features are fully exposed in this package. Is there a way for me to trigger a callback function once the print server or USB printer receives a print job such that I can obtain that print job's id? I'