This looks like SSL is a dependency of mercurial (at least if you're
pushing and pulling across https) and it might not be installed on
your machine...
--
Robert L. Miller
http://www.rlmiller.org/
John
Although hg is not installed on selmer directly, I got the same
behavior using sage -hg.
I tried the command from my flat just now, and it worked fine. So it
is not a Warwick-wide firewall issue, at least.
Me too. And I was doing this on fermat where hg is installed (and is
the same version as in Sage, namely 1.3.1).
>
> I tried the command from my flat just now, and it worked fine. So it
> is not a Warwick-wide firewall issue, at least.
Do you mean from your laptop? There may be other firewall issues with
selmer and fermat (you can ssh to them but not get to port 8000, for
example, without doing ssh tunnelling).
Any further ideas welcome.
John
Your hg is built without openssl support, probably because your Python
is built without ssl support.
But you can just do:
hg clone http://purplesage.googlecode.com/hg/ purplesage
and it should get psage without using ssl.
This library though has basically 1 test function right now and that
is it! Most of the work has
gone into stripping packages out of Sage, which is what you get when
you grab the source from:
http://purple.sagemath.org/source/?C=N;O=D
William
John