|
From: Linda E. <le...@cs...> - 2005-01-06 16:00:12
|
Thanks to everyone who helped me in the past, esp Thomas. Ran into a LookupError after creating my exe with py2exe-0.4.1.=20 C:\Blox>dist\blox\blox.exe Traceback (most recent call last): .... File "<string>", line 128, in _process_result File "xml\dom\ext\reader\__init__.pyc", line 20, in ? LookupError: no codec search functions registered: can't find encoding After googling i found out that we had to explicitly include the = encodings package: python setup.py py2exe -p encodings but even that didnt help, and there were no warnings about the package = not being found.=20 What could be wrong? I dont want to be forced into upgrading my = Python22, PyXML and wxPython 2.4.2.4 because i don't want to be faced = with any issues that would set me back another week. So if there are any = ideas, i'm all ears, erm...eyes. Incidentally, all my pyXML import problems fell away when i upgraded = from py2exe 0.3.3 to 0.4.1, so i guess the moral of the story is to = upgrade, upgrade upgrade! =20 But here are few more un-found modules. Is it normal for there to be so = many unlocated modules? warning: py2exe: = ************************************************************* ********** warning: py2exe: * The following modules were not found: warning: py2exe: * Mailman warning: py2exe: * SOCKS warning: py2exe: * clip_dndc warning: py2exe: * cmndlgsc warning: py2exe: * controls2c warning: py2exe: * controlsc warning: py2exe: * eventsc warning: py2exe: * ext.IsDOMString warning: py2exe: * ext.SplitQName warning: py2exe: * fcntl warning: py2exe: * filesysc warning: py2exe: * fontsc warning: py2exe: * framesc warning: py2exe: * gdic warning: py2exe: * ic warning: py2exe: * imagec warning: py2exe: * mdic warning: py2exe: * misc2c warning: py2exe: * miscc warning: py2exe: * oglbasicc warning: py2exe: * oglcanvasc warning: py2exe: * oglshapes2c warning: py2exe: * oglshapesc warning: py2exe: * poll warning: py2exe: * printfwc warning: py2exe: * rourl2path warning: py2exe: * sizersc warning: py2exe: * stattoolc warning: py2exe: * streamsc warning: py2exe: * utilsc warning: py2exe: * windows2c warning: py2exe: * windows3c warning: py2exe: * windowsc warning: py2exe: = ************************************************************* ********** Thanks, Linda |