cross-posting ---------- Forwarded message ---------- From: Phetty <pettypav...@googlemail.com> Date: Mon, May 2, 2011 at 8:04 PM Subject: [sage-edu] Sage Ubuntu 64X run problem To: sage-edu <sage-...@googlegroups.com>
Hi Im tring to install sagemath into lates Ubuntu 64x Computer. I have tried with binary files.But it wont worked and i get something like pni package missing error.And then i tried to compile it. It has compiled but when i run sage in root I get this errors *******code********** # sage ---------------------------------------------------------------------- | Sage Version 4.6.2, Release Date: 2011-02-25 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /usr/local/share/sage/local/lib/python2.6/site-packages/IPython/ ipmaker.pyc in force_import(modname) 64 reload(sys.modules[modname]) 65 else: ---> 66 __import__(modname) 67 68 /usr/local/share/sage/local/bin/ipy_profile_sage.py in <module>() 5 preparser(True) 6 ----> 7 import sage.all_cmdline 8 sage.all_cmdline._init_cmdline(globals()) 9 /usr/local/share/sage/local/lib/python2.6/site-packages/sage/ all_cmdline.py in <module>() 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /usr/local/share/sage/local/lib/python2.6/site-packages/sage/all.py in <module>() 97 from sage.calculus.all import * 98 ---> 99 from sage.server.all import * 100 import sage.tests.all as tests 101 /usr/local/share/sage/local/lib/python2.6/site-packages/sage/server/ all.py in <module>() 1 ----> 2 #from server1.all import * 3 from notebook.all import * 4 from wiki.all import * 5 from trac.all import * 6 /usr/local/share/sage/local/lib/python2.6/site-packages/sage/server/ notebook/all.py in <module>() 20 21 # Import the new separated Sage notebook. ---> 22 from sagenb.notebook.all import * 23 24 /usr/local/share/sage/devel/sagenb/sagenb/notebook/all.py in <module>() 14 from sage_email import email 15 ---> 16 from notebook_object import notebook, inotebook 17 18 from interact import interact, input_box, slider, range_slider, selector, checkbox, input_grid, text_control, color_selector /usr/local/share/sage/devel/sagenb/sagenb/notebook/notebook_object.py in <module>() 15 import time, os, shutil, signal, tempfile 16 ---> 17 import notebook as _notebook 18 19 import run_notebook /usr/local/share/sage/devel/sagenb/sagenb/notebook/notebook.pyc in <module>() 44 import server_conf # server configuration 45 import user_conf # user configuration ---> 46 import user # users 47 from template import template, prettify_time_ago 48 /usr/local/share/sage/devel/sagenb/sagenb/notebook/user.py in <module>() 1 # -*- coding: utf-8 -* 2 import copy ----> 3 import crypt 4 import cPickle 5 import os ImportError: No module named crypt Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. sage: ************code*********** sage: notebook() --------------------------------------------------------------------------- NameError Traceback (most recent call last) /usr/local/share/sage/local/bin/<ipython console> in <module>() NameError: name 'notebook' is not defined -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-...@googlegroups.com. To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org