Missing module

Shun-ichi GOTO shunichi.goto at gmail.com
Fri Jun 27 07:55:53 CDT 2008


2008/6/27 Alpár Jüttner <alpar at cs.elte.hu>:
> On Fri, 2008-06-27 at 21:13 +0900, Shun-ichi GOTO wrote:
>> 2008/6/27 Alpár Jüttner <alpar at cs.elte.hu>:
>> >> > Assuming your current folder was named selenic-hg, do:
>> >> >  > cd ..
>> >> >  > hg pull -R selenic-hg
>> >>
>> >> Ah, windows issue?
>> >
>> > Not at all.
>>
>> What is your platform?
>
> Linux (openSuse 11.0)
>
>> What is result of "which hg"?
>
> /usr/local/bin/hg

In your cloned hg repo:
 - Do you get same result of "which hg"?
 - How about "/usr/local/bin/hg pull -u"?

Anyway, I guess python has your current directory in sys.path by any reason
and it causes the issue by loading "mercurial" package in current
directory instead of
installed one.
 - Check "echo $PYTHONPATH" is empty
 - Check your PATH does not contains ".".

-- 
Shun-ichi GOTO



More information about the Mercurial mailing list