Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 332)

Ticket Resolution Summary Owner Reporter
#302 fixed Genshi 0.6 Compatibility bas anonymous
Description

Would it be possible to add 0.6 compatibility to email2trac? Using Genshi 0.5.1 I've had success receiving emails and turning them into tickets. However trac is then unable to render inside a web browser due to the fact that our local trac environment requires Genshi 0.6. If I move over to using 0.6, email2trac then dies with the following import (using the svn version of email2trac):

>>> from trac import config as trac_config
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/trac/config.py", line 19, in <module>
    from trac.admin import IAdminCommandProvider
  File "/usr/lib/python2.6/site-packages/trac/admin/__init__.py", line 14, in <module>
    from trac.admin.api import *
  File "/usr/lib/python2.6/site-packages/trac/admin/api.py", line 19, in <module>
    from trac.util.translation import _
  File "/usr/lib/python2.6/site-packages/trac/util/__init__.py", line 35, in <module>
    from trac.util.text import to_unicode
  File "/usr/lib/python2.6/site-packages/trac/util/text.py", line 28, in <module>
    from trac.util.translation import _
  File "/usr/lib/python2.6/site-packages/trac/util/translation.py", line 19, in <module>
    from genshi.builder import tag
ImportError: No module named genshi.builder
>>> exit()

-Garrett

#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.

Note: See TracQuery for help on using queries.