Modify ↓
Opened 9 years ago
Closed 8 years ago
#294 closed setup (fixed)
emailtotrac
Reported by: | m.frigui@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 2.5.0 |
Keywords: | Cc: |
Description
Hello I have a one question there is a possibility to create a ticket with the command line emailtotrac thank you for your answer your sincerely Mr frigui
Attachments (1)
Change History (8)
comment:1 Changed 9 years ago by bas
- Status changed from new to assigned
- Type changed from defect to setup
comment:2 Changed 9 years ago by anonymous
Ok thanks for your answer
i have an error when i sent this command
/cacom# /usr/local/bin/email2trac < mouez.txt Traceback (most recent call last):
File "/usr/local/bin/email2trac", line 72, in ?
from trac import version as trac_version
ImportError?: No module named trac
Thanks
Mr frigui
comment:3 Changed 9 years ago by bas
Which trac version is installed? The error says it can find a trac installation. I will fix it and print a valid error message
comment:4 Changed 9 years ago by anonymous
comment:5 Changed 9 years ago by bas
Trac is not installed in a default python location:
bas@subtrac3:~/src/email2trac.trunk$ python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> from trac import __version__ as trac_version >>> print trac_version 0.12.1 >>>
How did you install trac?
comment:6 Changed 9 years ago by bas
Did you fixed your problem?
Changed 8 years ago by anonymous
comment:7 Changed 8 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
no answer
Note: See
TracTickets for help on using
tickets.
email2trac read an email message and converts this to a ticket. This can be run on the command line:
Does this explain it or did you mean something else?