views:

27

answers:

0

I'm using Windows XP with installed Mercurial TortoiseHg on it. Now I need to install the external activity extension. I downloaded the extension and enabled it in hgrc.

When I'm try to call it using command:

hg activity

I receive the following error:

There are 292 changesets
Hg activity options: you need matplotlib in your python path in order to use the hg activity extension.

Then I installed the python 2.6 and matplotlib. So the paths of them are:

  • D:\Python26\
  • D:\Python26\Lib\site-packages\matplotlib

Now I don't know how to tell mercurial activity extension to use matplotlib from that location? I found some explanation in the TortoiseHg FAQ, under the heading "Where do TortoiseHg extensions look for external Python modules on Windows?"

But when I do the steps that are written there I receive the same error message as above.