Ask Your Question
0

Installing Visualization Tools on Linux and Tkinter

asked 2012-09-28 21:51:15 +0200

bbtp gravatar image

I am trying to follow instructions at http://sagemath.org/doc/numerical_sag..., "Installing Visualization Tools on Linux". (sage 4.7.1 on Ubuntu 12.04).

These instructions recommend getting Tkinter to work. I have been unable to do so for similar reasons as June 7 post, "Tkinter for sage 5.0 on linux."

In response to that post, V. Braun suggests not using Tkinter.
Should I ignore initial instructions under "Installing Visualization..." relating to Tkinter?

Thanks, Bob

edit retag flag offensive close merge delete

Comments

update: after running 'sage -f python' , python 2.7.3.p0 was downloaded and installed (python 2.6.4.p11 standard in 4.7.1). Now, unable to start sage; get message 'No module named IPython. Any suggestions?

bbtp gravatar imagebbtp ( 2012-09-29 17:14:42 +0200 )edit

I would try to do `sage -f python-2.6.4.p11` if you can first. Each Sage is pretty specifically tied to the Python we provide, and `sage -f python` will just pick the current most up-to-date one, which would not work with a fairly old version like 4.7.1.

kcrisman gravatar imagekcrisman ( 2012-09-29 22:06:10 +0200 )edit

Of course, you could just download 5.3 and try again :) assuming you have the bandwidth. Volker's post also says "You need to compile from source. If you have the Tk development libraries installed, the compilation of python for Sage will pick up the dependencies." so I would be sure to have those installed, and then installing Sage *from source* should do it, maybe.

kcrisman gravatar imagekcrisman ( 2012-09-29 22:07:55 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-09-30 03:16:43 +0200

bbtp gravatar image

Installing 5.3 helped a lot. Still have some issues, but making progress. Should I uninstall 4.7.1, it is in a different directory; will it cause interference?

Thanks, Bob

edit flag offensive delete link more

Comments

You can have as many Sage versions as you want. With the Mac app having more than one might cause conflicts, but having binaries will not (except if have a really old version and try to make worksheets with that).

kcrisman gravatar imagekcrisman ( 2012-10-01 09:20:25 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-09-28 21:51:15 +0200

Seen: 564 times

Last updated: Sep 30 '12