If you have a custom COM dll, you should just register it as normal. I'm not sure why you would want to register it as a python COM server. Unless you've duplicated the whole framework that allows com servers to be written in python ?
Roger "ÒÊÃÉɽÈË" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When i use the below code to create a comserver on Windows OS£¬i find that > the com was configed in the file > python23com.dll,why? if i want to config it in my customize dll,how should > i > do? thks > > class TestPythonCom: > _public_methods_ = [ 'SplitString' ] > _reg_progid_ = "TestPythonCom.Application" > # NEVER copy the following ID > # Use "print pythoncom.CreateGuid()" to make a new one. > _reg_clsid_ = "{93D78ABA-1F6C-4B1C-97C7-C3700511415A}" > > def SplitString(self, val): > return val > > > ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
-- http://mail.python.org/mailman/listinfo/python-list