Requirements
As Kantter is a rather new project, these requirements are likely to change.
- Python 2.6 (developed using python 2.6.2, but may work with other versions)
- urwid
The following python modules are also used:
- re
- json (Python 2.6+)
- simplejson (Python 2.4/2.5)
- urllib
- urllib2
- cgi
- time
- random
- urlparse
- hmax
- binascii
Once Kantter is a more establish project these requirements will be tightened up a bit.
General Notes
Some tips/hacks to help you get going until Kantter is more robust.
If you don’t want to install urwid system wide, just download the the tarball from the urwid site, and drop the ‘urwid/’ directory it contains in your Kantter directory. Things should work OK.

