
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.11 siendo sus principales cambios:
- Fixed major bug preventing interaction with data on Vista/Windows 7. It was caused by the “U” combination inside project configuration files (e.g. C:Users…). The backslash U combination was treated as the start of a unicode string (international text etc) but as an invalid one. Windows testing using XP didn’t pick this up because the venerable “Documents and Settings” folder in XP has been replaced with the “Users” folder in Vista and Windows 7.
- Better support for international text and unicode e.g. René, Identität, François etc.
- Better responses to errors saving data to database tables. For example, if a user tries to save to database a word with characters in it not supported by the underlying database table (such as a unicode
letter not found in the Latin character set).- For Galician speakers, a version of SOFA Statistics in their own language (currently only working in Ubuntu).
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.10:






{ 2 trackbacks }