I just installed Trac 0.11.1 on Centos 5.2. I configured Apache
(mod_python) and restarted and all looks ok. I can browse http://localhost/trac
and I see:
Available Projects
* .egg-cache: Error
('module' object has no attribute 'ChangeSet')
I get en exception when I run trac-admin with no parameters:
trac-admin
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 7, in ?
sys.exit(
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 236,
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2097,
in load_entry_point
return ep.load()
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830,
in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/
admin/console.py", line 34, in ?
from trac.ticket.model import *
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/
ticket/__init__.py", line 3, in ?
from trac.ticket.model import *
AttributeError: 'module' object has no attribute 'ChangeSet'
Any ideas?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---