I am using Windows XP with Mercurial TortoiseHg installed. Now I need to install an external extension of activity . I downloaded the extension and included it in hgrc.
When I try to call it using the command:
hg activity
I get 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 python 2.6 and matplotlib. So their paths are:
- D: \ Python26 \
- D: \ Python26 \ Lib \ site packages \ Matplotlib
Now I do not know how to say the expansion of mercury activity to use matplotlib from this location? I found some explanation in the TortoiseHg FAQ under the heading "Where do TortoiseHg extensions look for Python external modules in Windows?"
But when I do the steps that are written there, I get the same error message as above.