Hi,
short overview of my trac-history. I used trac version 0.10.4. I had
to update the machine and installed 0.10.4-2 (ubuntu version).
Unfortunately, I didn't work then and I couldn't find an appropriate
answer to my error. To this end, I installed trac 0.11.5 using
easy_install and upgraded the trac-dir as well as the wiki-stuff.
I'm using the cgi-variant to serve trac with apache2.2. After the
update of the trac-env I get this error:
Oops...
Trac detected an internal error: No module named trac.web
Traceback (most recent call last):
File "/usr/share/trac/cgi-bin/trac.cgi", line 31, in <module>
from trac.web import cgi_frontend
ImportError: No module named trac.web
If I put the /usr/lib/python2.5/site-packages/Trac...egg into the
sys.path I get an genshi error:
Oops...
Trac detected an internal error: genshi
Traceback (most recent call last):
File "/usr/share/trac/cgi-bin/trac.cgi", line 34, in <module>
from trac.web import cgi_frontend
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/
web/__init__.py", line 8, in <module>
if not os.path.isdir(get_distribution('genshi').location):
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 270,
in get_distribution
if isinstance(dist,Requirement): dist = get_provider(dist)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 156,
in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))
[0]
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626,
in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524,
in resolve
raise DistributionNotFound(req) # XXX put more info here
DistributionNotFound: genshi
What is wrong with my trac/genshi setup?
thx in advance
jl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---