Can't install mercurial or pysvn
Robert Kern
robert.kern at gmail.com
Thu Jun 26 18:41:09 CDT 2008
Kevin Grover wrote:
> Situation: I want to play with using Hg on Svn repositories. I
> already have many and am quite familiar with it. However, I sorely
> miss distributed WCs.
>
> I installed Mercurial (1.0.1) under Windows XP using the packaged EXE.
> However, there is no pysvn so I can't 'hg convert' svn repos.
>
> So, I tried to 'python setup.py install' from the unpacked tarball. I
> have python 2.5.2 and many packages already installed.
>
> It says I need Visual Studio. Or, to add '-c mingw32' to the setup
> command. I tried 'python setup.py -c mingw32 install' and 'python
> setup.py install -c mingw32' and both failed (I have MinGW/MSYS
> installed).
python setup.py build_ext -c mingw32 install
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Mercurial
mailing list