Christian Thalinger wrote: > On Thu, 2009-10-22 at 11:18 +0200, Raffaello Giulietti wrote: >> Christian Thalinger wrote: >>> On Thu, 2009-10-22 at 10:56 +0200, Raffaello Giulietti wrote: >>>> Yes, all mercurial py modules are there, installed by invoking >>>> pkg install SUNWmercurial. None of them, however, is accessed by hg. I >>>> suspect the installer fails to setup something in the environment to >>>> make python aware of the vendor-packages folder. >>> Sorry, I don't know. I only installed the SUNWmercurial package and it >>> worked. Something strange in your .hgrc? >>> >> Christian, my .hgrc is exactly as recommended by the mlvm doc. >> >> I'll ask some knowledgeable python guy about how to configure it to >> access the vendor-packages dir. > > Btw. did you try to specify the mq.py file, like I do for the forest > extension: > > forest = ~/.hgext/hgforest/forest.py >
No, what I finally did was to make the path to mq.py explicit in .hgrc [extensions] mq=/usr/lib/python2.4/vendor-packages/hgext/mq.py Thanks, Christian _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
