﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
2501,ImportError: No module named resource,izghitu@…,Alec Thomas,"Hi,

I have 0.10.4 with apache 2, mod_python and python 2.5

I installed TracTags-0.6 as an egg plugin for trac but when it tries to load it I get this error:
2008-02-01 09:22:55,198 Trac[loader] DEBUG: Loading egg plugin tractags from /path/to/trac/plugins/TracTags-0.6-py2.5.egg
2008-02-01 09:22:55,200 Trac[loader] ERROR: Failed to load plugin tractags from /path/to/trac/plugins/TracTags-0.6-py2.5.egg
Traceback (most recent call last):
  File ""/var/lib/python-support/python2.5/trac/loader.py"", line 101, in load_components
    entry_point.load()
  File ""/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/pkg_resources.py"", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File ""build/bdist.linux-i686/egg/tractags/__init__.py"", line 13, in <module>
  File ""build/bdist.linux-i686/egg/tractags/api.py"", line 11, in <module>
ImportError: No module named resource

Please help",defect,new,normal,TagsPlugin,normal,,,,0.10
