HG bug: hg serve -p 81 -d

Honza Bambas honzab at firemni.cz
Fri Jun 26 15:17:24 CDT 2009


$ 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-


More information about the Mercurial mailing list