Custom Query (332 matches)
Results (295 - 297 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#314 | fixed | Import error when email2trac is run | bas | anonymous |
Description |
I have following error when email2trac is run on test email msg.txt: /usr/share/python2.6/site-packages/trac/__init__.py:17: UserWarning: Module trac was already imported from /usr/share/python2.6/site-packages/trac/__init__.pyc, but /usr/share/python2.6/site-packages/Trac-1.0.1-py2.6.egg is being added to sys.path __version__ = get_distribution('Trac').version 2013-02-13 16:31:55,337 email2trac maintenance: Found trac version: 1.0 2013-02-13 16:31:55,481 email2trac maintenance: Traceback (most recent call last): 2013-02-13 16:31:55,481 email2trac maintenance: File "/usr/local/bin/email2trac", line 2671, in <module> from trac.test import Mock, MockPerm 2013-02-13 16:31:55,481 email2trac maintenance: File "/usr/share/python2.6/site-packages/trac/test.py", line 22, in <module> import doctest 2013-02-13 16:31:55,482 email2trac maintenance: File "/usr/share/python2.6/doctest.py", line 99, in <module> 2013-02-13 16:31:55,482 email2trac maintenance: ImportError: No module named pdb |
|||
#315 | wontfix | Guide to setup email2trac step by step. | bas | anonymous |
Description |
I'm trying to install email2trac. and reading the Wiki. How to config email2trac.conf, mail client,... It's is difficult to install without a full guide step by step. For example, I have trac on /usr/share/trac/projects/support email: support@… password: @@@@@@ and a mail client (sendmail, fetchmail...) How to config all to get mail from email address and make a ticket. It's will be easy for newbiew and others. Thanks you. |
|||
#316 | fixed | error: option --project not recognized | bas | Vagelis Antoniadis <vanton@…> |
Description |
Hi, I am trying to use email2trac using your instructions for postfix from here: https://oss.trac.surfsara.nl/email2trac/wiki/Email2tracMta The problem is that email2trac returns "error: option --project not recognized" and the ticket is not created. In addition, email fails and returns back to the sender with the output of email2trac. I use the latest version and python 2.7.3 Any ideas? |