[[PageOutline]] = 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` == How to run in linux ==