[sage-support] Re: ImportError: cannot import name md5

2012-08-01 Thread qwerty6789
Duh. I could have poked around the filetree but was being lazy. Already downloaded and built from source and it seems to be working so far. Thanks for your help. On Wednesday, August 1, 2012 7:33:28 PM UTC-4, Volker Braun wrote: > > You need to download the source archive. The binary build does

[sage-support] Re: ImportError: cannot import name md5

2012-08-01 Thread Volker Braun
You need to download the source archive. The binary build doesn't include the sources, so there is nothing to (re)build. On Wednesday, August 1, 2012 7:21:24 PM UTC-4, qwerty6789 wrote: > > But I get essentially the same error when I run make: > > $ make > cd spkg && \ > "../spkg/pipestatus" \

[sage-support] Re: ImportError: cannot import name md5

2012-08-01 Thread qwerty6789
But I get essentially the same error when I run make: $ make cd spkg && \ "../spkg/pipestatus" \ "env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \ "tee -a ../install.log" Nothing to (re)build / all up-to-date. ./sage -b -- sage

[sage-support] Re: ImportError: cannot import name md5

2012-08-01 Thread Volker Braun
Yep its pretty clear that this can't work. Just compile from source, its easy and fun ;-) On Wednesday, August 1, 2012 3:21:26 PM UTC-4, qwerty6789 wrote: > > I get the same error when I try to build the source code, too: > > $ make > cd spkg && \ > "../spkg/pipestatus" \ > "env SAGE_PARALL

[sage-support] Re: ImportError: cannot import name md5

2012-08-01 Thread qwerty6789
I get the same error when I try to build the source code, too: $ make cd spkg && \ "../spkg/pipestatus" \ "env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \ "tee -a ../install.log" Nothing to (re)build / all up-to-date. ./sage -b ---

[sage-support] Re: ImportError: cannot import name md5

2012-07-31 Thread Volker Braun
Whats the output of "sage -sh ldd local/lib/python/lib-dynload/_hashlib.so"? It should only depend on glibc, keyutils-libs, libselinux, and krb5-libs, which are quite certainly already installed. Its probably easiest to compile your own Sage install. Just first install yum install gcc gcc-gfor