Spree Prototype
Requirements
Tool |
|
| Description |
|
|
Python | 2.4.X | Python Programming Language | - | ||
Turbogears | 1.0.1 | Python Web Framework | easy_install turbogears==1.0.1 | ||
MySQLdb | 1.2.2 | MySQL Database API fo Python | - | ||
SQLAlchemy | 0.3.7 | Python Database Persistency Layer | easy_install sqlalchemy==0.3.7 | ||
Genshi | 0.3.6 | Python Templating Engine | easy_install ftp.edgewall.com/pub/genshi/old/Genshi-0.3.6.tar.gz | ||
SQLObject | 0.7.1 | Object Relational Mapper needed by Turbogears | easy_install sqlobject==0.7.1 | ||
NLTK lite | 0.7 | Natural Language Toolkit (Python) | easy_install downloads.sourceforge.net/nltk/nltk_lite-0.7.tar.gz | ||
MySQL** | >= 5.0 | Database | - | ||
Java | >= 1.4 | Only used for packing javascript using the Mozilla Rhino package. | - |
* other versions might work as well be were not tested.
** SQLAlchemy supports many other databases, but you might have to change the type of some db columns as MySQL specific types were used in some cases
Included thirdparty libraries
These packages are already included in the spree source distribution so you don't have to download them on your own.
Module | Version | Used for | WWW |
Dojo Toolkit | 0.3.0 | JavaScript Library | |
Mochikit | 1.3.1 | JavaScript Library | |
Rhino | 1.6 R4 | Javascript file compression |


