Re: [python-win32] Advice about usinf win32com

2018-03-20 Thread Tim Roberts
Marchand, Pascal wrote: >   > > I'm trying to discuss with a Zebra RFID/bar code scanner using the WMI > provider as recommended in dev guides, it runs fairly well with > properties, I got method names and parameters too, but I didn't reach > to make run method with byref parameter e.g. method(inpa

[python-win32] Advice about usinf win32com

2018-03-19 Thread Marchand, Pascal
Hello, I don't know how to do something with the win32com module (or maybe with another...). I post my problem on stack overflow but I didn't get any reply. I do that piece of code for a project in my job for testing some possibilities of a zebra scanner, I chose python because it's interpreted