My favorites | Sign in
Project Home Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Requirement  
Updated Jan 26, 2012 by ayanamist

You must have installed following packages before installing TwiOtaku:

Python 2.6 or later (Python 3.X is not supported)

SleekXMPP

APSW (NOT used any more since 2012-1-27)

Jinja2

ujson (optional, accelerate JSON parsing)

pysqlite (optional, more stable for SQLite connection)

MarkupSafe (optional, accelerate template building)

Note:

When installing APSW, I STRONGLY suggest you take the author's recommends advices instead of simply typing python setup.py install. Since i use pysqlite(bundled as sqlite3 in Python) instead of APSW, now you can conveniently use python setup.py install and pip install ***

Powered by Google Project Hosting