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 Script Block , line 1, in module ax.DOpus.OpenOutputWindow() File C:\Python34\lib\site-packages\win32comext\axscript\client\pyscript.py, line 57, in __getattr__ rc =

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

2014-04-17 Thread Łukasz Jakubowski
... and FWIW SetScriptSite seems to get some site: in win32com.axscript.client.pyscript.PyScript object at 0x05F6A910._InvokeEx_-SetScriptSite(PyIActiveScriptSite at 0x058067B8 with obj at 0x04A205D0,) [1,0,None] sss site: PyIActiveScriptSite at 0x058067B8 with obj at 0x04A205D0 Regards,

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 running

[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 level