serious problem when upgrading. *** failed to import extension hgext.qct: No module named qct

Pierre-Yves David pierre-yves.david at ens-lyon.org
Fri Mar 31 16:10:27 UTC 2017


You can check all you enabled extension using

  $ hg config extensions

You can find out what config file add these config using

   $ hg config extensions --debug

Finally, if it enable system wide, you can disable it using

  [extensions]
  hgext.qct=!

I hope this help

Cheers

On 03/31/2017 05:55 PM, Uwe Brauer wrote:
> Hi
>
> I am on Kubuntu 14.04 and used till yesterday hg 4.0
> which was provided by
>
>
>
>
> However last night I upgraded to 4.1.1 and run into several problems.
>
> So I wanted to return to version 4.0-rc.
>
> So I cloned
> https://selenic.com/repo/hg
>
> Run make local
> run ./hg up 4.0-rc
>
> Compiled and installed, and indeed it seemed that
> hg is back, however now I see
> hg --version
> *** failed to import extension hgext.qct: No module named qct
> Mercurial Distributed SCM (version 4.0-rc)
>
> And for example in emacs, the modline does not show the correct version
> number but instead this annoying message.
>
> I commented all my extensions out, but that did not help.
>
> What is this extension.
>
> What can I do to repair my broken mercurial installation.
>
> I already wrote Sean you updated the
>
> http://ppa.launchpad.net/mercurial-ppa/releases/ubuntu/
>
> To 4.1.1
>
> @ Sean if you read this, can you send me please the old workin 4.0-rc.deb?
>
> To all the others:
>
> What can I do now? Why is mercurial broken?
>
> Thanks
>
> Uwe Brauer
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>

-- 
Pierre-Yves David



More information about the Mercurial mailing list