[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
On Tuesday, July 8, 2014 11:41:20 AM UTC-4, kcrisman wrote: > > I'm trying with the new package but I still obtain error. I have tried >> your solution but: >> >> *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* >> *if git submodule status | grep -q ^[+-]; then git submodule update >>

[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
> > I'm trying with the new package but I still obtain error. I have tried > your solution but: > > *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* > *if git submodule status | grep -q ^[+-]; then git submodule update --init > > /dev/null; fi* > *python -c "import urllib; > urllib.ur

[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
> > After installing ipython-2.0.0.tar.gz, got this error message: > > Hopefully you wouldn't need to do this; Sage now has an up-to-date (enough) Ipython on its own. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this grou

[sage-devel] Re: Problem installing sagecell

2014-04-08 Thread cch
After installing ipython-2.0.0.tar.gz, got this error message: Tracing dependencies for: widgets Error: Error: ENOENT, no such file or directory '/usr/local/sage/sagecell-main/static/require/build/notebook/js/widgetmanager.js' at Object.fs.openSync (fs.js:427:18) make: *** [static/require/bu

[sage-devel] Re: Problem installing sagecell

2014-04-06 Thread Andrey Novoseltsev
On Sunday, 6 April 2014 15:00:13 UTC-6, Jesus Escribano wrote: > > Hello > i'm trying a new installation, and I got exactly the same error. > Any idea? > > Jesús > > I had to do ./sage -sh -c "easy_install backports.ssl-match-hostname" before installing the package - this way this thing is down

[sage-devel] Re: Problem installing sagecell

2014-04-06 Thread Jesus Escribano
Hello i'm trying a new installation, and I got exactly the same error. Any idea? Jesús El lunes, 3 de marzo de 2014 22:21:04 UTC+1, Andrey Novoseltsev escribió: > > On Saturday, 1 March 2014 19:39:13 UTC-7, jason wrote: >> >> I just updated the sagecell spkg: >> >> http://boxen.math.washington

[sage-devel] Re: Problem installing sagecell

2014-03-28 Thread Jesus Escribano
I'm trying with the new package but I still obtain error. I have tried your solution but: *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* *if git submodule status | grep -q ^[+-]; then git submodule update --init > /dev/null; fi* *python -c "import urllib; urllib.urlretrieve('http://

[sage-devel] Re: Problem installing sagecell

2014-03-28 Thread Jesus Escribano
I'm trying again to install sagecell in my server. I follow the instructions at http://ufrmeca.univ-lyon1.fr/~buffat/sagecell.html using the new package: http://boxen.math.washington.edu/home/jason/sagecell-spkg/sagecell-2014-03-01.spkg But I still obtain an error: *Installed /home/sagecell/s

[sage-devel] Re: Problem installing sagecell

2014-03-03 Thread Andrey Novoseltsev
On Saturday, 1 March 2014 19:39:13 UTC-7, jason wrote: > > I just updated the sagecell spkg: > > http://boxen.math.washington.edu/home/jason/sagecell-spkg/sagecell-2014-03-01.spkg > > > I also updated my sage sagecell branch to 6.1.1. > > Jason > > > Doing exactly same things as before, I cann

[sage-devel] Re: Problem installing sagecell

2014-03-01 Thread Jason Grout
On 2/28/14, 8:13, Jason Grout wrote: On 2/28/14, 4:07, Jesus Escribano wrote: Hello thank you for your answer. Sorry for asking again, I'm not an expert in this subject. I understand I should change the Makefile, introducing the line /canvas3d = / /$(sage-root)/local/lib/python/site-pack

[sage-devel] Re: Problem installing sagecell

2014-02-28 Thread Jason Grout
On 2/28/14, 4:07, Jesus Escribano wrote: Hello thank you for your answer. Sorry for asking again, I'm not an expert in this subject. I understand I should change the Makefile, introducing the line /canvas3d = / /$(sage-root)/local/lib/python/site-packages/sagenb-0.10.*.egg/sagenb/data/sag

[sage-devel] Re: Problem installing sagecell

2014-02-28 Thread Dima Pasechnik
On 2014-02-28, Jesus Escribano wrote: > Hello > thank you for your answer. Sorry for asking again, I'm not an expert in > this subject. > > I understand I should change the Makefile, introducing the line > > *canvas3d = * > *$(sage-root)/local/lib/python/site-packages/sagenb-0.10.*.egg/sage

[sage-devel] Re: Problem installing sagecell

2014-02-28 Thread Jesus Escribano
Hello thank you for your answer. Sorry for asking again, I'm not an expert in this subject. I understand I should change the Makefile, introducing the line *canvas3d = * *$(sage-root)/local/lib/python/site-packages/sagenb-0.10.*.egg/sagenb/data/sage/js/canvas3d_lib.js * But .. how can I

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jason Grout
On 2/26/14 4:18 PM, Jesus Escribano wrote: Hello yes, you are right. The path is slightly different: /home/sagecell/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/js/canvas3d_lib.js (that is, python2.7 instead of python) Should I change it in the makefile?

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jesus Escribano
Thank you very much, I'm working on it. I will tell you if I succeed!! Regards Jesús El miércoles, 26 de febrero de 2014 06:37:45 UTC+1, Andrey Novoseltsev escribió: > > Hello, > > I managed to install sagecell on Debian, although I am running a > backported kernel and had to enable testing f

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jesus Escribano
Hello yes, you are right. The path is slightly different: /home/sagecell/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/js/canvas3d_lib.js (that is, python2.7 instead of python) Should I change it in the makefile? Thank you for your answer. Jesús El martes,

[sage-devel] Re: Problem installing sagecell

2014-02-25 Thread Andrey Novoseltsev
On Tuesday, 25 February 2014 22:37:45 UTC-7, Andrey Novoseltsev wrote: > > in the end installing sagecell spkg still fails (don't recall the error), > but it gets installed well enough to pull the fresh version from the github > and run make again. > Actually, I get exactly the same error and th

[sage-devel] Re: Problem installing sagecell

2014-02-25 Thread Andrey Novoseltsev
Hello, I managed to install sagecell on Debian, although I am running a backported kernel and had to enable testing for several packages. A couple of bugs (or features) that I had to deal with in the process while following vm scripts from sagecell repository: ln -s /usr/bin/nodejs /usr/bin/no

[sage-devel] Re: Problem installing sagecell

2014-02-25 Thread Jason Grout
On 2/25/14 5:46 AM, Jesus Escribano wrote: make: *** No hay ninguna regla para construir el objetivo `/home/sagecell/sage/local/lib/python/site-packages/sagenb-0.10.4-py2.7.egg/sagenb/data/sage/js/canvas3d_lib.js', necesario para `static/all.js'. Alto. It's looking for the file it mentions.