[Cubicweb] local installation of various cw cubes
Stéphane Bugat
stephane.bugat at free.fr
Tue Apr 3 21:08:19 CEST 2012
Pierre-Yves, thanks a lot, it worked!
Le 03/04/2012 10:43, Pierre-Yves David a écrit :
> On Tue, Apr 03, 2012 at 07:09:11AM +0200, Stéphane Bugat wrote:
>> Nicolas, thanks for the tip. However 'hg clone' doesn't seem to work
>> either as I have got the following error:
>>
>> $ hg clone http://hg.logilab.org/cubes/addressbook
>> ** unknown exception encountered, please report by visiting
>> ** http://mercurial.selenic.com/wiki/BugTracker
>> ** Python 2.7.2+ (default, Oct 4 2011, 20:03:08) [GCC 4.6.1]
>> ** Mercurial version 1.9.1, système de gestion de sources distribué
>> ** Extensions chargées :
>> Traceback (most recent call last):
>> File "/usr/bin/hg", line 38, in <module>
>> mercurial.dispatch.run()
>> (...)
>> File "/usr/lib/python2.7/dist-packages/mercurial/demandimport.py",
>> line 71, in __call__
>> raise TypeError("%s object is not callable" % repr(self))
>> TypeError: <unloaded module 'iskeyword'> object is not callable
>>
>> Working on this for two days and found no workaround about this on
>> google... It seems to be an 'old' error linked to mercurial repos that
>> have subrepos... Do you know anything about this?
>>
>> Best regards
> comes from the fact you are using mercurial from the "cubes/" directory where a
> "keyword" cubes exist. The wrong module is imported. Just use mercurial from
> outside the "cubes/" directory.
>
More information about the Cubicweb
mailing list