Changes between Initial Version and Version 3 of Ticket #154
- Timestamp:
- Mar 13, 2006, 6:40:59 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #154
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #154 – Description
initial v3 3 3 I've just setup email2trac, and can't seem to get the processing working. I get the following error when emails are sent. (I've replicated it on command line for ease of reading). 4 4 5 {{{ 5 6 ./email2trac -p project -f /www/trac/email2trac/etc/email2trac.conf -c component1 < ~/dev.trac/email2trac-0.4.4/test7.eml 6 7 Traceback (most recent call last): … … 12 13 from trac.core import Component, ComponentManager, implements, Interface, \ 13 14 ImportError: cannot import name Component 15 }}} 14 16 15 17 The component does exist: 16 18 {{{ 17 19 Trac [/www/trac]> component list 18 20 … … 20 22 21 23 component1 alex 24 }}} 22 25 23 26 Any idea what the problem could be? I've tried fiddling with various bits. My email2tac.conf is the following: 24 27 28 {{{ 25 29 [project] 26 30 project: /www/trac … … 34 38 email_header: 1 35 39 trac_version: 0.9 36 40 }}} 37 41 38 42 Thanks very much in advance!