Hi,
I'm trying to install version 1.4.1.2, but I don't seem to be able
to... The "make" process seems to go fine but:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
t60[/usr/local/sage-1.4.1.2]$ ./sage
--------------------------------------------------------
| SAGE Version 1.4.1.2, Build Date: 2006-10-19 |
| Distributed under the GNU General Public License V2. |
--------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.OSError'> Traceback (most recent call last)
/usr/local/sage-1.4.1.2/local/bin/<string> in <module>()
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/preparser_ipython.py
in <module>()
6
###########################################################################
7
----> 8 import sage.misc.interpreter
9
10 import preparser
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/interpreter.py
in <module>()
104
105 import os
--> 106 import log
107
108 from IPython.iplib import InteractiveShell
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/log.py
in <module>()
51
52 import interpreter
---> 53 import latex
54 import misc
55
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/latex.py
in <module>()
41 import random
42
---> 43 import sage.plot.all
44
45 from misc import tmp_dir
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/plot/all.py
in <module>()
2 text, circle, disk, hue, graphics_array,
3 list_plot, parametric_plot, polar_plot,
4 contour_plot, is_Graphics)
5
6 from plot3d import (Graphics3d, point3d, line3d)
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/plot/plot.py
in <module>()
129 do_verify = True
130
--> 131 from sage.structure.sage_object import SageObject
132 import sage.misc.viewer
133 import sage.misc.misc
/usr/local/sage-1.4.1.2/local/bin/sage_object.pyx in sage_object()
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/misc.py
in <module>()
68 SAGE_TMP='%s/tmp/%s/'%(DOT_SAGE,os.getpid())
69 if not os.path.exists(SAGE_TMP):
---> 70 os.makedirs(SAGE_TMP)
71
72 SAGE_DATA = '%s/data'%SAGE_ROOT
/usr/local/sage-1.4.1.2/local/lib/python2.5/os.py in makedirs(name, mode)
164 if tail == curdir: # xxx/newdir/. exists if
xxx/newdir exists
165 return
--> 166 mkdir(name, mode)
167
168 def removedirs(name):
<type 'exceptions.OSError'>: [Errno 13] Permission denied:
'/home/finotti/.sage//tmp/6743/'
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---------------------------------------------------------------------------
<type 'exceptions.OSError'> Traceback (most recent call last)
/usr/local/sage-1.4.1.2/local/bin/<ipython console> in <module>()
/usr/local/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/misc/misc.py
in <module>()
68 SAGE_TMP='%s/tmp/%s/'%(DOT_SAGE,os.getpid())
69 if not os.path.exists(SAGE_TMP):
---> 70 os.makedirs(SAGE_TMP)
71
72 SAGE_DATA = '%s/data'%SAGE_ROOT
/usr/local/sage-1.4.1.2/local/lib/python2.5/os.py in makedirs(name, mode)
164 if tail == curdir: # xxx/newdir/. exists if
xxx/newdir exists
165 return
--> 166 mkdir(name, mode)
167
168 def removedirs(name):
<type 'exceptions.OSError'>: [Errno 13] Permission denied:
'/home/finotti/.sage//tmp/6743/'
<ERROR: name 'sage_prompt' is not defined>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Then it hangs and I have to kill the sage processes...
I am using a Lenovo T60 running Kubuntu:
t60[~]$ uname -a
Linux t60 2.6.15-23-686 #1 SMP PREEMPT Tue May 23 14:03:07 UTC 2006
i686 GNU/Linux
I have all necessary packages to compile installed.
Is this a bug or I'm doing something stupid?
Thanks,
Luis
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---