Opened 16 years ago

Closed 16 years ago

#2501 closed defect (invalid)

ImportError: No module named resource — at Version 1

Reported by: izghitu@… Owned by: Alec Thomas
Priority: normal Component: TagsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by 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

Change History (1)

comment:1 Changed 16 years ago by Alec Thomas

Description: modified (diff)
Resolution: invalid
Status: newclosed

The version of tags you are using is for Trac 0.11. Use tags 0.4.x for Trac 0.10.

Note: See TracTickets for help on using tickets.