Re: [python-win32] Global ActiveScripting object not visible

2014-04-17 Thread Łukasz Jakubowski
Hi Mark, This is the output: ax.DOpus.OpenOutputWindow() ^ Traceback (most recent call last): File "

Re: [python-win32] Global ActiveScripting object not visible

2014-04-17 Thread Łukasz Jakubowski
... and FWIW SetScriptSite seems to get some site: in 0x05F6A910>._InvokeEx_-SetScriptSite(with obj at 0x04A205D0>,) [1,0,None] sss site: Regards, Hi Mark, This is the output: ax.DOpus.OpenOutputWindow() ^ Traceback (most recent call last): File "

Re: [python-win32] context_menu.py crashing Explorer

2014-04-17 Thread Bob Hood
On 4/16/2014 7:48 PM, Mark Hammond wrote: > As far as seeing the print statements, you can modify the source file to > have "import win32traceutil" at the top, and in another console run "python > -m win32traceutil" - the print statements from the source file should them > appear in the console run

[python-win32] ReadPrinter function in win32print

2014-04-17 Thread Erik Oosterwaal
Hi all, I'm having a problem using win32print to read data back from a printer. I'm developing a kiosk and I need to talk to a zebra (KR403 specifically) printer. I'm doing so using ZPL instructions sent directly to the printer. There is a library called "zebra" that abstracts away most low leve