29 May
2007
29 May
'07
6:37 p.m.
Just watched the Heathenx's perspective screencast, neat.
Just throwing this on to the list:
To use the perspective effect in linux you need to have the numpy and linalg python modules installed. The easiest way to do this, in Ubuntu at least, seems to be to install the scipy module (not the numpy module). This is the ubuntu package called 'python-scipy' and can be installed with the package manager or from the command line by entering:
sudo apt-get install python-scipy
Hope that helps someone.
Cheers -Terry
(in case telling you you need numpy and then telling you not to install it doesn't make sense: scipy includes both numpy and linalg, whereas numpy doesn't include linalg, and you can't install scipy and numpy).