giovedì 21 ottobre 2010

Python: Spyder on Ubuntu 10.10

Spyder, the great python development environment specially designed for scientific computing has been added to the Ubuntu 10.10 repository.

After the installation using synaptic or the shell command "sudo apt-get install spyder" you may encounter this problem:

Warning: None of the following fonts is installed: [u'Andale Mono']
Segmentation fault

To fix that you can simply install the font library with the following command:

sudo apt-get install ttf-mscorefonts-installer

Now you can run spyder just typing "spyder" in a shell

Nessun commento:

Posta un commento