Missing module

Shun-ichi GOTO shunichi.goto at gmail.com
Fri Jun 27 06:27:44 CDT 2008


2008/6/27 Christian Boos <cboos at neuf.fr>:
>> What does it mean? I have mercurial-1.0.1, I installed it from source,
>> following the instructions in the README file. Is there any hidden trick
>> here again?
>>
>
> Assuming your current folder was named selenic-hg, do:
>  > cd ..
>  > hg pull -R selenic-hg

Ah, windows issue?

If so...

> But I'm also interested to know if there another trick to be able to run
> mercurial from within its working dir.

I have two way for that:

- Always use hg.exe and build it again from pulled new source.
    (This is my favorite)

- Do "copy build\lib.win32-2.4\mercurial\*.pyd mercurial"
  and use hg.py to run.  This also help development to load
  modules in wc by setting PYTHONPATH=/path/to/wc


-- 
Shun-ichi GOTO


More information about the Mercurial mailing list