Opened 16 years ago

Last modified 16 years ago

#2501 closed defect

ImportError: No module named resource — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.