Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 332)

Ticket Resolution Summary Owner Reporter
#245 fixed Little Syntax Problem bas dirk@…
Description

https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracMta#Postfix

The pipe-symbol has to go inside the quotes.

tracproj: "|/usr/bin/run_email2trac [--project=<name>] [--ticket_prefix=<name>]"
#85 fixed ImportError: No module named genshi bas didley@…
Description

I got this error when I start python email2trac.py.

Traceback (most recent call last):
  File "email2trac.py", line 104, in <module>
    from trac import config as trac_config
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\config.py", line 19,
in <module>
    from trac.util.compat import set, sorted
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\util\__init__.py", li
ne 32, in <module>
    from trac.util.html import escape, unescape, Markup, Deuglifier
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\util\html.py", line 1
6, in <module>
    from genshi import Markup, escape, unescape
ImportError: No module named genshi

I'm using

Trac: 0.11stable
Python: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
setuptools: 0.6c6
SQLite: 3.3.4
pysqlite: 2.3.2
Genshi: 0.5.1dev
Subversion: 1.4.3 (r23084)
jQuery: 1.2.6

on Microsoft Windows 2000 SP5

#139 fixed Configure more projects in email2trac.conf bas didley@…
Description

Dear all,

I'm using email2trac version 0.80. All works fine and I'm happy to have this small program with this big effect.

Just one thing.

The configfile email2trac.conf has the possibility to add another project.

Your description says:

project      : /data/trac/jouvin # use -p|--project jouvin

Please what means use -p or --project

my second project ends in

[BlaProject]
project: D:\Project\BlaProject

but it works not.

How I have to use -p or --project?

Note: See TracQuery for help on using queries.