On Wed, 2009-01-21 at 20:28 +0200, Radu Ux D. wrote:
> Hi
> 
> I am using Ubuntu Hardy. I installed hgtk as in 
> http://tortoisehg.wiki.sourceforge.net/hgtk
> 
> Trying to running it I get
> r...@arnhem:~/tmp$ hgtk help
> Traceback (most recent call last):
>    File "/usr/bin/hgtk", line 475, in <module>
>      sys.exit(dispatch(sys.argv[1:]))
>    File "/usr/bin/hgtk", line 36, in dispatch
>      return _runcatch(u, args)
>    File "/usr/bin/hgtk", line 76, in _runcatch
>      return runcommand(ui, args)
>    File "/usr/bin/hgtk", line 101, in runcommand
>      cmd, func, args, options, cmdoptions = _parse(ui, args)
>    File "/usr/bin/hgtk", line 49, in _parse
>      aliases, i = cmdutil.findcmd(cmd, table, ui.config("ui", "strict"))
>    File "/usr/local/lib/python2.5/site-packages/mercurial/cmdutil.py", 
> line 51, in findcmd
>      choice = findpossible(ui, cmd, table)
>    File "/usr/local/lib/python2.5/site-packages/mercurial/cmdutil.py", 
> line 28, in findpossible
>      for e in table.keys():
> AttributeError: 'NoneType' object has no attribute 'keys'

AFAIR, mercurial 0.9.5 is provided by Ubuntu Hardy.

May you paste the output of:
$ hg --version

Which version of tortoisehg are you trying?

There are changes that doesn't allow to mix versions between mercurial
and tortoisehg.

On the other hand, it is not recommend to install manually applications
in the system directories.  You can install them under /usr/local or in
your home directory.

-- 
Germán Póo-Caamaño
http://www.calcifer.org/


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to