Changes between Initial Version and Version 1 of Email2tracFaq


Ignore:
Timestamp:
05/03/12 15:57:34 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracFaq

    v1 v1  
     1[[PageOutline]]
     2
     3= email2trac FAQ =
     4
     5==  Can't extract file(s) to egg cache ==
     6
     7email2trac/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:
     8 * `/var/tmp`
     9
     10run_email2trac:
     11  * `run_email2trac --eggcache /var/tmp`
     12
     13email2trac:
     14  * email2trac.conf: `python_egg_cache : /var/tmp`