Modify

Opened 16 years ago

Closed 16 years ago

#2787 closed defect (invalid)

Load error on VotePlugin

Reported by: Seth Taylor Owned by: Alec Thomas
Priority: normal Component: VotePlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

I've installed the VotePlugin using the easy_install methods provided in the documentation, but when I restart the web server I get the following error in the trac.log:

2008-03-24 05:21:33,558 Trac[loader] DEBUG: Loading egg plugin tracvote from /usr/local/lib/python2.5/site-packages/TracVote-0.1-py2.5.egg 2008-03-24 05:21:33,560 Trac[loader] ERROR: Failed to load plugin tracvote from /usr/local/lib/python2.5/site-packages/TracVote-0.1-py2.5.egg Traceback (most recent call last):

File "/usr/local/lib/python2.5/site-packages/trac/loader.py", line 101, in load_components

entry_point.load()

File "/usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", line 1912, in load

entry = import(self.module_name, globals(),globals(), __name__?)

File "build/bdist.linux-i686/egg/tracvote/init.py", line 6, in <module>

ImportError: cannot import name add_ctxtnav

I checked to make sure the .egg file exists at the location from which Trac is trying to load it (/usr/local/lib/python2.5/site-packages/TracVote-0.1-py2.5.egg) and the file exists.

Thanks,

Seth

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Alec Thomas

Resolution: invalid
Status: newclosed

This plugin only works with Trac 0.11.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.