- Timestamp:
- 01/15/08 22:28:35 (4 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 2 modified
-
docs/INSTALL (modified) (1 diff)
-
scripts/cleverbox-admin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/docs/INSTALL
r215 r216 1 1 == Prerequisites == 2 2 3 * `python-2.4+` 3 * `python-2.4+` ('''This version of cleverbox is not compatible with python2.5''' 4 4 * `apache-2.0+` 5 5 * `mod_python-3.0+` -
cleverbox/branches/0.4/scripts/cleverbox-admin
r91 r216 1 #!/usr/bin/env python 1 #!/usr/bin/env python2.4 2 2 3 3 import sys
