Fwd: I'd like to reopen discussion on the Windows path problem

Lee Cantey lcantey at gmail.com
Fri Apr 27 03:14:36 CDT 2007


On 4/27/07, Shun-ichi GOTO <shunichi.goto at gmail.com> wrote:
> That's odd. I wonder it is effected by user own settings...
> Anyway, I have tried again with newly cloned repo + 2 patches,
> and get success.  Attach my operation log.
> log says "copying build\lib.win32-2.4\mercurial\base85.pyd ->
> C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\mercurial"
> and so on.

Mine looks very similar, but I'm missing those copies (right after the
system .pyd files)

> I'm using:
>  ActivePython 2.4.3 (+ many site-packages are installed)
>  py2exe 0.6.6
>  VisualStudio .NET 7.1 (msvc 13.10)
>  patch #1 = for demandimport (msg2780 in issue457)
>  patch #2 = for bundle hgext (attached in my mail on yesterday)

I'm using the Python.org build of 2.4.3 and MinGW.  I'm also using the
patches you pointed out.

> And command line I used is simple one line:
>  python setup.py py2exe -b1
>
> Is there somthing difference?

Close to the same command line: python setup.py build -c mingw32 py2exe -b 1

I'll have another look tomorrow.

Thanks,
Lee


More information about the Mercurial mailing list