That's right. I was building in /usr/local as sudo. I used to always do
that. And did upgrade to 6.2 which was running fine.
Now, I had a doubt about some strange way why this package alone was
behaving so. Because distutils is part of the python distribution. And
finding python and missing dis
Looking at the log file, the error is actually
sys:1: RuntimeWarning: not adding directory '' to sys.path since it's
writable by an untrusted group.
Untrusted users could put files in this directory which might then be
imported by your Python code. As a general precaution from similar
exp
The files in /usr/lib/python2.7 are not relevant. What is in the
local/lib/python directory of the Sage installation? There should be a
docutils directory there.
On Saturday, November 22, 2014 8:21:29 PM UTC-8, kksurendran wrote:
>
> Compilation of sage-6.4.tar.gz resulted in the error attached