
SOFA – Statistics Open For All – es una buena aplicación para crear estadísticas y analizarlas, teniendo además la posibilidad de crear vistosos reportes para imprimir y ver en pantalla.
Acaba de ser actualizado a su versión 0.8.12 siendo sus principales cambios:
- More flexible installation options on Windows e.g. installing to D:Program Files rather than C:Program Files.
- Better support for international text and unicode – e.g. René, Identität, François etc – in project, variable details, html report files, and css files.
- Better interface behaviour when configuring a project.
- Better feedback when errors with missing or malformed files.
- For Galician speakers, a version of SOFA Statistics in their own language now works on Windows.
- Fixed bug allowing new rows to be added to read-only tables if using Tab/Return key on last cell and then repeatedly hitting Tab keys.
Existe un paquete deb para poder instalarlo en Karmic, pero antes necesitaremos una versión especial de wxpython.
Para poder instalar esta versión especial abrimos un Terminal y copiamos y pegamos línea por linea:
wget http://www.vislab.uq.edu.au/debuntu/uqvislab-pubkey.asc
sudo apt-key add uqvislab-pubkey.asc
sudo apt-get update
sudo wget http://www.vislab.uq.edu.au/debuntu/sources.list.d/karmic.list -O /etc/apt/sources.list.d/uqvislab.list
sudo apt-get update
sudo apt-get install python-webkitwx
Una vez instalado, ahora sí podremos usar el deb para instalar Sofa 0.8.12:








