Changes between Initial Version and Version 3 of Ticket #154


Ignore:
Timestamp:
Mar 13, 2006, 6:40:59 AM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #154

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #154 – Description

    initial v3  
    33I'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).
    44
     5{{{
    56./email2trac -p project -f /www/trac/email2trac/etc/email2trac.conf -c component1 < ~/dev.trac/email2trac-0.4.4/test7.eml
    67Traceback (most recent call last):
     
    1213    from trac.core import Component, ComponentManager, implements, Interface, \
    1314ImportError: cannot import name Component
     15}}}
    1416
    1517The component does exist:
    16 
     18{{{
    1719Trac [/www/trac]> component list
    1820
     
    2022
    2123component1  alex
     24}}}
    2225
    2326Any idea what the problem could be? I've tried fiddling with various bits. My email2tac.conf is the following:
    2427
     28{{{
    2529[project]
    2630project: /www/trac
     
    3438email_header: 1
    3539trac_version: 0.9
    36 
     40}}}
    3741
    3842Thanks very much in advance!