Thanks! I was able to import and use a worksheet by removing the server_pool option. However, the documentation here says that it specifies that worksheet processes run as separate users, not that there are multiple servers: http://www.sagemath.org/doc/reference/sagenb/notebook/notebook_object.html
Another problem I'm having is that if I try to run anything beyond basic python, for example, if I type "import numpy as np" I get the error: Traceback (click to the left of this block for traceback) ... AttributeError: 'module' object has no attribute 'core' On Nov 21, 2:26 pm, Renan Birck Pinheiro <renan.ee.u...@gmail.com> wrote: > 2011/11/21 Jason <jason.harri...@gmail.com> > > > > > > > > > > > I did a fresh install of Ubuntu 10.04, and placed the precompiled sage > > 4.7.2 folder in my home folder. > > > I run sage in a terminal then use this command to start the server: > > notebook(interface='', server_pool=['sage1@localhost'], ulimit='-v > > 500000', accounts=True) > > > I'm able to access it and create a user account from the web > > interface, but whenever I try to create or add a worksheet I get an > > error: > > exceptions.RuntimeError: unable to start subprocess using command > > 'sage-native-execute ssh -t sage1@localhost "/home/engineer/sage-4.7.2- > > linux-32bit-ubuntu_10.04_lts-i686-Linux/sage -python" > > > How can I fix this? (I'm only a basic linux user) > > You don't need server_pool parameter, it is used only when one has many > servers running Sage. > > -- > Renan Birck Pinheiro - Grupo de Microeletrônica > <http://www.ufsm.br/gmicro>- Engenharia > Elétrica <http://www.ufsm.br/cee>/UFSM <http://www.ufsm.br> > > http://renanbirck.blogspot.com/ skype: renan.ee.ufsm / (55) 91433210 -- 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