Re: win32com

2006-04-07 Thread floris . vannee
Thanks :) For people who are also having this problem. The VB .NET code to import that COM object is: dim com_object as object com_object = CreateObject("Python.TestServer") 'Python.TestServer in this case, but for different programs, different names of course. And in order to get it work you ne

win32com

2006-04-07 Thread floris . vannee
Hi, Is it possible to create a com server in python and then access that server using VB .NET, for example using the following code. A very basic com server i found in a tutorial about win32com: class HelloWorld: _reg_clsid_ = "{7CC9F362-486D-11D1-BB48-E838A65F}" _reg_desc_ = "Python