Le lundi 02 mai 2005 � 22:25 +1000, Mark Hammond a �crit :
> > With py2exe and Gordon McMillan's Python Installer, the generated .exe
> > can register/unregister the COM server without problem, but it looks
> > like the COM client get a timeout while connecting to the COM server:
> 
> I've never used py2exe and Gordon McMillan's Python Installer together.

I did not use them together, but separately :)
I generated an .exe with Gordon McMillan's Python Installer, and then
with py2exe, but got the same results.

>   I'd
> suggest starting with py2exe alone.  Register the py2exe created .exe, and
> use a simple VB script application to test the object:
> 
>   set ob = CreateObject("Python.TestServer")
> 
> and take things from there.  Ensuring the COM object is registered for
> debugging, and that the Pythonwin "Trace Collector" is running should help
> diagnose most problems.

Ok, I will try this next week.

Thanks a lot for your help and your time.

-- 
C�dric Delfosse                             Linbox / Free&ALter Soft
152, rue de Grigy - Technopole Metz              57070 Metz - FRANCE
t�l: +33 (0)3 87 50 87 90        http://linbox.org http://linbox.com

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to