[python-win32] Registering a Server COM to make it visible in the reference list

2007-04-25 Thread Neil Benn
' _reg_desc_ = 'ActiveX component to connect to the barcode tracking server' Thanks for your help. Cheers, Neil -- Neil Benn MSc Head of Automation [EMAIL PROTECTED] Tel. +49 (0)351 4173-XXX Fax +49 (0)351 4173-109 Cenix BioScience GmbH Tatzberg 47 01307 Dresden, Germany www.cenix

[python-win32] Register COM Server for all users

2006-12-12 Thread Neil Benn
server. Thanks, in advance for your help. Cheers, Neil -- Neil Benn MSc Head of Automation Cenix BioScience GmbH Tatzberg 47 01307 Dresden Germany http://www.cenix-bioscience.com ___ Python-win32 mailing list Python-win32@python.org http

Re: [python-win32] Dispatches With Events on COM Object

2006-08-08 Thread Neil Benn
', '_username_', '_wrap_dispatch_'] DISPATCH MAP 0 = _wrap_dispatch_ 1 = __module__ 2 = __doc__ Is there anything there which could provide a clue? Cheers, Neil -- Neil Benn MSc Head of Automation Cenix BioScience GmbH Tatzberg 47 01307 Dresden Germany http://.cenix-bioscience.com

[python-win32] Dispatches With Events on COM Object

2006-08-02 Thread Neil Benn
-- Neil Benn MSc Head of Automation Cenix BioScience GmbH Tatzberg 47 01307 Dresden Germany http://.cenix-bioscience.com ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Registry Entries on a win32 install

2005-07-22 Thread Neil Benn
I need to determine is whether there are any registry entries that win32 is depending upon - does anyone know if that is the case or can I execute on files which are loading on the server? I'm aware of the PythonPath issues and will be working on that as well. Cheers, Neil -- Neil Benn

Re: [python-win32] ActiveX components with Events

2004-12-17 Thread Neil Benn
) are by the by. This test case removes that element from the equation. Cheers, Neil -- Neil Benn Senior Automation Engineer Cenix BioScience BioInnovations Zentrum Tatzberg 47 D-01307 Dresden Germany Tel : +49 (0)351 4173 154 e-mail : [EMAIL PROTECTED] Cenix Website : http://www.cenix-bioscience.com

[python-win32] ActiveX components with Events

2004-12-15 Thread Neil Benn
Hello, FYI, this is the same Neil Benn who posted a couple of days ago - just from a different address. Thanks for your help Mark, however - I had made a silly mistake, I was passing an instance rather than a class to the DispatchWithEvents call. I didn't understand

Re: [python-win32] DispatchWithEvents call

2004-12-14 Thread Neil Benn
Neil Benn wrote: Hello, I'm trying to use win32com to access a COM object with Events. After some searching I discovered the call to win32com.client.DispatchWithEvent can be used - passing a class with the method signatures for each event for thrown by the ActiveX component