[sage-support] how to get vpython-jupyter working in SMC ?

2016-02-28 Thread HG
Hi, I have this example I would like to show working in SMC how can I do this Best regards Henri https://cloud.sagemath.com/projects/1e1bd552-1b18-46e2-841c-d4e34d53f383/files/waveivisualmatplotlib.html

[sage-support] ./sage --gdb shows up an error

2016-02-28 Thread Aaditya Thakkar
When I start gdb by ./sage --gdb it's giving me the error: Fatal Python error: Py_Initialize: Unable to get the locale encoding File "/home/aaditya/sage/local/lib/python/encodings/__init__.py", line 123 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax Cu

[sage-support] Re: ./sage --gdb shows up an error

2016-02-28 Thread Aaditya Thakkar
I am using ubuntu 15.10 and I have build the sage from source using develop branch of github and it is in it's latest version. Also I have my $PYTHONPATH set to /usr/bin/python2.7 On Sunday, February 28, 2016 at 7:48:04 PM UTC+5:30, Aaditya Thakkar wrote: > > When I start gdb by ./sage --gdb it'

[sage-support] Re: i have installed sagemath 7 via mathbuntu using source file but as i starting the program it crashes

2016-02-28 Thread HG
*Just install this : apt-add-repository ppa:aims/sagemath-dev and leave it in its path !*(/usr/lib/sagemath) Le samedi 27 février 2016 12:58:08 UTC+1, Arindam kumar chatterjee a écrit : > > and i also installed sage on my desktop in ubuntu it work perfectly but as > i have move the directory

Re: [sage-support] Re: i have installed sagemath 7 via mathbuntu using source file but as i starting the program it crashes

2016-02-28 Thread Jan Groenewald
Hi You should use apt-add-repository ppa:aims/sagemath without the -dev. Regards, Jan On 28 February 2016 at 16:38, HG wrote: > > > *Just install this : apt-add-repository ppa:aims/sagemath-dev and leave it > in its path !*(/usr/lib/sagemath) > > > > Le samedi 27 février 2016 12:58:08 UTC+1, A

[sage-support] Re: ./sage --gdb shows up an error

2016-02-28 Thread Dima Pasechnik
indeed, this seems to be broken, irrespectively of the settings to PYTHONPATH On Sunday, February 28, 2016 at 2:23:45 PM UTC, Aaditya Thakkar wrote: > > I am using ubuntu 15.10 and I have build the sage from source using > develop branch of github and it is in it's latest version. > Also I have

[sage-support] Re: ./sage --gdb shows up an error

2016-02-28 Thread Volker Braun
Gdb has an embedded Python whose version clashes with Sage. The easiest solution is to just compile gdb using "sage -f gdb" On Sunday, February 28, 2016 at 3:18:04 PM UTC+1, Aaditya Thakkar wrote: > > When I start gdb by ./sage --gdb it's giving me the error: > > Fatal Python error: Py_Initiali

Re: [sage-support] how to get vpython-jupyter working in SMC ?

2016-02-28 Thread William Stein
On Sun, Feb 28, 2016 at 2:17 AM, HG wrote: > Hi, > I have this example I would like to show working in SMC how can I do this > Best regards > Henri > https://cloud.sagemath.com/projects/1e1bd552-1b18-46e2-841c-d4e34d53f383/files/waveivisualmatplotlib.html > What is the expected behavior? In what

[sage-support] Re: ./sage --gdb shows up an error

2016-02-28 Thread Aaditya Thakkar
Thanks, that worked. On Monday, February 29, 2016 at 12:55:02 AM UTC+5:30, Volker Braun wrote: > > Gdb has an embedded Python whose version clashes with Sage. The easiest > solution is to just compile gdb using "sage -f gdb" > > > On Sunday, February 28, 2016 at 3:18:04 PM UTC+1, Aaditya Thakkar

Re: [sage-support] how to get vpython-jupyter working in SMC ?

2016-02-28 Thread Henri Girard
Yes sorry... They are two librairies I would like to use vpython : https://github.com/BruceSherwood/vpython-jupyter.git and ivisual : https://github.com/jcoady/IVisual.git Then the public link should work and show an animation of a wave. Henri Le 28/02/2016 20:29, William Stein a écrit : On Sun