[python-win32] COM

DogWalker forestiero at qwest.net
Thu Dec 11 19:10:34 EST 2003


When running from the Visual Basic IDE, it is necessary to completely exit Visual Basic in order to get a new version of a COM
server. VB does not create a separate process to run your application from the IDE. Windows keeps the version of the COM server that
you invoked until all processes which have invoked it are terminated. Therefore you must terminate the instance of VB that was
running the COM server.
  ----- Original Message ----- 
  From: Keith Hickling
  To: python-win32 at python.org
  Sent: Thursday, December 11, 2003 2:13 PM
  Subject: [python-win32] COM


  Heeeeeellllp

  I have created a com server in Python.

  I can access it via Visual basic and it works.

  If I make changes to the python server dsepite unregistering and re-registering the server Visual basic cannot see the changes.

  I have tested the new server via Python and the changes are registered.

  I have removed the .pyc created by the module and recompiled vut Visual Basic absolutly refuses to see the changes. I have
unregistered rebooted and re registered but still can find no way to force Visual basic to accept the changes.

  Where is the copy or the code that Visual Basic is seeing. How do I implement the changes.

  Yours desparatley.

  Martin


------------------------------------------------------------------------------


  _______________________________________________
  Python-win32 mailing list
  Python-win32 at python.org
  http://mail.python.org/mailman/listinfo/python-win32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20031211/aeb6d5c6/attachment.html


More information about the Python-win32 mailing list