If you need to install Mercurial/TortoiseHg from tarballs in Ubuntu, I
recommend to use checkinstall. When building, you just run
"checkinstall" in place of "make install" and answer the questions it
asks. It'll generate and install a .deb package for you, which you'll
be able to uninstall later.

$ sudo apt-get install checkinstall

Cheers
Chris

On Thu, Jan 22, 2009 at 6:21 AM, Steve Borho <[email protected]> wrote:
> On Wed, Jan 21, 2009 at 12:28 PM, Radu Ux D. <[email protected]> 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'
>
> Tip TortoiseHG requires Mercurial 1.1 or later.  Version 1.0.1 is shipped
> with
> Ubuntu 8.10.  There's a link on the Mercurial wiki to this page:
>
> https://launchpad.net/~maxb/+archive
>
> Perhaps the packages there will work for you.  The other option is to
> install mercurial
> by hand.  Be aware that the tip of main will also not work, so you need to
> use hg-stable
> or one of the tagged releases.
>
> --
> Steve
>
>
> ------------------------------------------------------------------------------
> 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
>
>

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