Hi,
Usually I do sudo bash sm-install.sh and I got sagemanifolds installing. 
With this ppa sage-6.9 ppa it doesn't work after compiling a first time I 
got this error message :
Running ./sage -b to re-build Sage.
python -u setup.py install
sys:1: RuntimeWarning: not adding directory '/usr/lib/sagemath/src' to 
sys.path since it's not owned by a trusted user.
Untrusted users could put files in this directory which might then be 
imported by your Python code. As a general precaution from similar 
exploits, you should not execute Python code from this directory
************************************************************************
Traceback (most recent call last):
  File "setup.py", line 47, in <module>
    from module_list import ext_modules, library_order, aliases
ImportError: No module named module_list
************************************************************************
Error building the Sage library
************************************************************************
Makefile:6: recipe for target 'sage' failed
make: *** [sage] Error 1
As the compiling went on I waited it's finished and testing sagemanifolds 
didn't work :
error message :
sys:1: RuntimeWarning: not adding directory '' to sys.path since everybody 
can write to it.
Untrusted users could put files in this directory which might then be 
imported by your Python code. As a general precaution from similar 
exploits, you should not execute Python code from this directory
┌────────────────────────────────────────────────────────────────────┐
│ SageMath Version 6.9, Release Date: 2015-10-10                     │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘
sage: Manifold(2,'M')
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-1-de755f8c063b> in <module>()
----> 1 Manifold(Integer(2),'M')

NameError: name 'Manifold' is not defined
sage: 
Any ideas how to get it working ? with binary I haven't this problem.
Regards,
Henri



-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to