Re: [python-win32] Python in classic ASP

2010-12-07 Thread Erik Oosterwaal
Hi Everybody, In reply to my own mail, because others might run into the same problem; I received some help from Mark Hammond regarding the use of Python in WSC's. Here's the deal: 1. It is possible to use a Python WSC from vbscript ASP, as long as your returnvalues are simple types (strings, i

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-07 Thread Christian K.
Am 06.12.10 05:42, schrieb robert2682: Christian K. wrote: Hi, has anybody experiencs in writing Outlook com addins using the IRibbonExtensibilty mechanism? I would like to make use of the ui features provided by office 2010. Currently I am creating office toolbars as demonstrated in the win32c

[python-win32] what means "library not registered"?

2010-12-07 Thread Michael Bode
I'm trying to use a 3rd party COM dll for which I have only instructions how to use it in VB. The instructions say I have to create a cFM2Listener object, obtain an IFM2Listener interface from it, implement my own version of a cFM2DeviceEvents object and assign that to the DeviceEvents property of

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-07 Thread robert2682
Christian K. wrote: I even fail to get that far. What do I have to change here to be able access the new style toolbars? class Addin: _com_interfaces_ = ['_IDTExtensibility2'] _public_methods_ = [] _reg_clsctx_ = pythoncom.CLSCTX_INPROC_SERVER _reg_clsid_ = "{D371B22C-78B1-427