On Tue, Dec 14, 2010 at 3:24 PM, Marco Giovannini <[email protected]> wrote:
> but now  I'm seeing another problem.
>
> I'm using the command
> C:\Documents and Settings\usernkey\Desktop\thg-winbuild>python
> setup.py --thg-release
> and during the process I receive this error:
> .
> .
> adding manifests
> adding file changes
> added 19 changesets with 19 changes to 4 files
> .> hg update -R fixfrozenexts
> 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Traceback (most recent call last):
>  File "setup.py", line 632, in <module>
>    thgtag = lasttag('tortoisehg', 'stable')

lasttag() needs to find hg.cmd in your %PATH%.  The newer Mercurial
installers supply one.  Feel free to change hg.cmd to hg.exe on your
local machine, if that's all you have installed.  For whatever reason,
Python was not finding hg.cmd if I only asked for 'hg'

>  File "setup.py", line 142, in lasttag
>    shell=False)
>  File "C:\Python26\lib\subprocess.py", line 623, in __init__
>    errread, errwrite)
>  File "C:\Python26\lib\subprocess.py", line 833, in _execute_child
>    startupinfo)
> WindowsError: [Error 2] The system cannot find the file specified


-- 
Steve Borho

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to