[Py2exe-users] Com server not registering with py2exe 0.6.2
by Bruce Peterson other posts by this author
Jul 24 2006 2:50PM messages near this date
Re: [Py2exe-users] again same error
|
Re: [Py2exe-users] Com server not registering with py2exe 0.6.2
Has anyone had problems with Py2exe 0.6.5 and python 2.4 and
registering COM servers?
I've a complex graphics project with a client and com server
component that I've built a py2exe distribution for. With Py2exe
0.5.4 and python 2.3, I'm able to build a distributable executable.
But when I do essentially the same build using py2exe 0.6.5 and
python 2.4 the compilation appears to work; but when I try to
register the com server I get the following error:
Traceback (most recent call last):
File "boot_com_servers.py", line 44, in ?
ImportError: dynamic module does not define init function (initDDV_GS007)
where "DDV_GS007" is the name of my com server. The com server class
does have an __init__ method but I don't know where the request for
an init<servername> comes from -- it wasn't requested in earlier versions.
Any thoughts appreciated
Bruce Peterson
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Bruce Peterson
Mark Hammond
|