HG bug: hg serve -p 81 -d

Honza B mayhemer at volny.cz
Sun Jul 19 16:08:50 CDT 2009


Honza Bambas napsal(a):
> $ hg version
> Mercurial Distributed SCM (version 1.0.2+20080813)
>
> Copyright (C) 2005-2008 Matt Mackall <mpm at selenic.com> and others
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
> PURPOSE.
>
>
> $ hg serve -p 81 -d
> ** unknown exception encountered, details follow
> ** report bug details to http://www.selenic.com/mercurial/bts
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 1.0.2+20080813)
> Traceback (most recent call last):
>  File "hg", line 20, in <module>
>  File "mercurial\dispatch.pyc", line 20, in run
>  File "mercurial\dispatch.pyc", line 29, in dispatch
>  File "mercurial\dispatch.pyc", line 45, in _runcatch
>  File "mercurial\dispatch.pyc", line 364, in _dispatch
>  File "mercurial\dispatch.pyc", line 417, in _runcommand
>  File "mercurial\dispatch.pyc", line 373, in checkargs
>  File "mercurial\dispatch.pyc", line 356, in <lambda>
>  File "mercurial\commands.pyc", line 2553, in serve
>  File "mercurial\cmdutil.pyc", line 526, in service
> AttributeError: 'module' object has no attribute 'spawnvp'
>
> $ python --version
> Python 2.5
>
>
> Running on windows under mingw32.
>
> -hb-
>
I did try with hg 1.3:

$ hg serve -p 81 -d
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.3)
** Extensions loaded: win32text, graphlog, mq
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 27, in dispatch
  File "mercurial\dispatch.pyc", line 43, in _runcatch
  File "mercurial\dispatch.pyc", line 449, in _dispatch
  File "mercurial\dispatch.pyc", line 317, in runcommand
  File "mercurial\dispatch.pyc", line 501, in _runcommand
  File "mercurial\dispatch.pyc", line 454, in checkargs
  File "mercurial\dispatch.pyc", line 448, in <lambda>
  File "mercurial\util.pyc", line 370, in check
  File "mercurial\commands.pyc", line 2805, in serve
  File "mercurial\cmdutil.pyc", line 562, in service
AttributeError: 'module' object has no attribute 'spawnvp'



More information about the Mercurial mailing list