Re: how to config a comserver in a customize dll?

2005-05-23 Thread Tim Roberts
ÒÊÃÉɽÈË [EMAIL PROTECTED] wrote: 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? Python is not a compiled language. It does not produce DLLs. The real

Re: how to config a comserver in a customize dll?

2005-05-23 Thread Giles Brown
But just to muddy the waters, using py2exe you can package your COM server as a .dll in its own right. Cheers, Giles Brown -- http://mail.python.org/mailman/listinfo/python-list

Re: how to config a comserver in a customize dll?

2005-05-20 Thread Roger Upole
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

how to config a comserver in a customize dll?

2005-05-19 Thread ÒÊÃÉɽÈË
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_ =