mercurial at 3877: 2 new changesets
Lee Cantey
lcantey at gmail.com
Fri Dec 15 23:49:29 UTC 2006
On 12/15/06, Matt Mackall <mpm at selenic.com> wrote:
> This lets it pass tests on 2.5 for me.
This passes all tests for python.org 2.5 on OS X for me. (except for
test-hup as mentioned before)
> Can you take a stab at testing Py2exe with demandimport? I tried to
> test it under Wine and it seemed to find all the modules but py2exe
> doesn't actually get as far as building an executable.
It builds an executable for me but I end up with the following traceback:
Traceback (most recent call last):
File "hg", line 10, in ?
File "zipextimporter.pyc", line 78, in load_module
File "mercurial\commands.pyc", line 2527, in ?
File "mercurial\demandimport.pyc", line 63, in __getattr__
File "mercurial\demandimport.pyc", line 46, in _load
File "zipextimporter.pyc", line 78, in load_module
File "mercurial\util.pyc", line 789, in ?
File "mercurial\demandimport.pyc", line 72, in _demandimport
File "zipextimporter.pyc", line 78, in load_module
File "mercurial\util_win32.pyc", line 19, in ?
File "mercurial\demandimport.pyc", line 85, in _demandimport
File "zipextimporter.pyc", line 78, in load_module
File "win32com\__init__.pyc", line 90, in ?
KeyError: 'win32com.gen_py'
Regards,
Lee
More information about the Mercurial-devel
mailing list