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

Shun-ichi GOTO shunichi.goto at gmail.com
Fri Apr 27 07:47:57 CDT 2007


2007/4/27, Lee Cantey <lcantey at gmail.com>:
> > 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

Ah, it is the issue giving 'build' and 'py2exe' at once
Please try two commands separately.
  python setup.py build -c mingw32
  python setup.py py2exe -b 1

I've reproduced the issue by single command line with mingw32 and also
with msvc.

-- 
Shun-ichi GOTO


More information about the Mercurial mailing list