email2trac FAQ
Can't extract file(s) to egg cache
email2trac/run_email2trac fails with the above message. The utilities mostly run under a different user then the trac installation. So you must the PYTHON_EGG_CACHE environment variable to a directory that is writeable by both users, eg:
- /var/tmp
run_email2trac:
- run_email2trac --eggcache /var/tmp
email2trac:
- email2trac.conf: python_egg_cache : /var/tmp
ImportError: No module named pdb
This error does not occur on debian packages. pdb.py is include in the standard python package. For rpm systems you have to install python-devel-tools.
OperationalError: SQL logic error or missing database
This can be serveral problems but one that people encounterd with postfix (#257) was the setting of this vaiable:
- mailbox_size_limit = 0
How to run in linux
Last modified 9 years ago
Last modified on 04/30/14 12:43:07