On 24 Kwi, 15:26, pipedream <jan.groenew...@gmail.com> wrote:
> We expect below spkg to be in sage 4.7.1. In the meantime, if you 
> runUbuntu11.04(Natty)
> and stable sage 4.6.2, you can replace SAGE_ROOT/spkg/standard/
> python-2.6.4.p9.spkg
> with this:
>
> http://users.aims.ac.za/~jan/python-2.6.4.p10.spkg
>

I did that and it helped.

However, I then installed the flask notebook (as on 
http://code.google.com/r/rkirov-flask/
) and I get the error again:"



/home/anna/sage/sage-4.6.2/devel/rkirov-flask/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

/home/anna/sage/sage-4.6.2/devel/rkirov-flask/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

/home/anna/sage/sage-4.6.2/devel/rkirov-flask/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

/home/anna/sage/sage-4.6.2/devel/rkirov-flask/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.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to