Using py2exe to wrap a service?

MaR Maria.Reinhammar at accalon.com
Fri Sep 22 01:56:19 EDT 2006


CONCLUSION:

Tim Golden sent me a patched version of his active_directory.py ver 0.4
and that solved my problem!
Thanks all for your attention and in particular, Tim!
//Maria

111a112
> from win32com.client.gencache import EnsureDispatch
180c181
<     _connection = Dispatch ("ADODB.Connection")
---
>     _connection = EnsureDispatch ("ADODB.Connection")
216c217
<   command = Dispatch ("ADODB.Command")
---
>   command = EnsureDispatch ("ADODB.Command")
419a421
>




More information about the Python-list mailing list