failed to import error/warning

Martin Geisler mg at daimi.au.dk
Sun Sep 7 08:32:08 CDT 2008


"Patrick Waugh" <ptwaugh at gmail.com> writes:

> Hi guys,
>
> Finally back home, and after installing and compiling 1.0.2 on Ubuntu,
> I get this:
>
> patrick at psychotic:~$ hg debuginstall
> *** failed to import extension hgext.hbisect: No module named hbisect
> Checking encoding (UTF-8)...
> Checking extensions...
> Checking templates...
> Checking patch...
> Checking commit editor...
> Checking username...
>  No username found, using 'patrick at psychotic' instead
>  (specify a username in your .hgrc file)
> No problems detected
> patrick at psychotic:~$
>
> Apparently, hgext.hbisect is missing.  What should I do to fix this?

This used to be an extension, but it is not a built-in command. The
error indicates that you still have an old hgrc file lying around which
tries to load the extension.

Try looking in ~/.hgrc /etc/mercurial/hgrc and remove the line that
tries to load the hbisect extension.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multi-Party Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20080907/fe25df71/attachment.pgp 


More information about the Mercurial mailing list