The new version of Trac uses genshi, and it can't find it. Trac 0.10 does not require genshi, and 0.10.1 should not either unless my information is very out of date or there is a bug in Trac. When you installed the SVN version and tried to go back to 0.10.1 you may not have cleared out all pieces of the SVN version and/or the 0.10.1 version did not properly replace the SVN head.
Jason ________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 13, 2006 10:54 AM To: [email protected] Subject: [Trac] Installation error Hi! After a installation as in INSTALL with no shown errors, i try to create a Project. It's svn-head version from today. I also tried 10.1. I get the following error: #################################################################################### ~/trac11# trac-admin /home/trac initenv Traceback (most recent call last): File "/usr/bin/trac-admin", line 21, in ? from trac.admin.console import run File "/usr/lib/python2.3/site-packages/trac/admin/console.py", line 28, in ? from trac import perm, util, db_default File "/usr/lib/python2.3/site-packages/trac/perm.py", line 21, in ? from trac.config import ExtensionOption File "/usr/lib/python2.3/site-packages/trac/config.py", line 26, in ? from trac.util import sorted File "/usr/lib/python2.3/site-packages/trac/util/__init__.py", line 32, in ? from trac.util.html import escape, unescape, Markup, Deuglifier File "/usr/lib/python2.3/site-packages/trac/util/html.py", line 16, in ? from genshi.core import Markup, escape, unescape ImportError: No module named genshi.core #################################################################################### Linux: trustix 3.0 - How can I create a new project? - Is my installation corrupt? Can you give me any hints? regards, Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
