Custom Query (332 matches)
Results (154 - 156 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 on Microsoft Windows 2000 SP5 |
|||
#24 | fixed | "ImportError: No module named syslog" on Windows | bas | michael.th@… |
Description |
Running email2trac.py under Windows causes the following error: ImportError: No module named syslog This happens for Python 2.4.4 as well as 2.5; according to my research the simple explanation is that there is no syslog-module for Python on Windows as there is no syslog... Attached to this ticket you will find a patch to conditionally load the syslog-module in case it is available on the current platform and to skip it otherwise. This patch is against source:/trunk/email2trac.py.in@189. |
|||
#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 |