- Timestamp:
- 11/15/04 22:11:01 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/checkdeps.py
r1919 r1920 24 24 # 25 25 # $Log$ 26 # Revision 1.3 2004/11/15 21:11:01 jalet 27 # Modified some labels for Python modules 28 # 26 29 # Revision 1.2 2004/11/15 21:08:01 jalet 27 30 # Now checks for the presence of ReportLab and PIL … … 79 82 80 83 # checks if some needed Python modules are there or not. 81 modulestocheck = [ ("Py greSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"),82 (" mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"),84 modulestocheck = [ ("Python-PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"), 85 ("Python-egenix-mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"), 83 86 ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota storage backend.\nSee http://python-ldap.sf.net"), 84 87 ("Python-OSD", "pyosd", "Python-OSD is recommended if you plan to use the X Window On Screen Display\nprint quota reminder named pykosd."),