Modify

Opened 18 years ago

Closed 18 years ago

#619 closed defect (wontfix)

plugin fails to install on trac 0.9.5

Reported by: Matthijs Kooijman Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: blocker Keywords: install
Cc: Matthijs Kooijman, Russ Tyndall Trac Release: 0.9

Description

I tried hard to get this working. I followed the instruction, and turned logging on, the messages look like this (i seem to work withy python 2.3):

18:36:46 Trac[loader] DEBUG: Loading plugin timingandestimationplugin from /usr/lib/python2.3/site-packages/timingandestimationplugin-0.1.3-py2.3.egg
18:36:46 Trac[loader] ERROR: Failed to load plugin timingandestimationplugin from /usr/lib/python2.3/site-packages/timingandestimationplugin-0.1.3-py2.3.egg
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/loader.py", line 77, in load_components
    entry_point.load()
  File "/usr/lib/python2.3/site-packages/setuptools-0.6c1-py2.3.egg/pkg_resources.py", line 1830, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.linux-i686/egg/timingandestimationplugin/__init__.py", line 1, in ?
  File "build/bdist.linux-i686/egg/timingandestimationplugin/api.py", line 3, in ?
  File "build/bdist.linux-i686/egg/timingandestimationplugin/ticket_daemon.py", line 1, in ?
'''ImportError: cannot import name ITicketChangeListener'''

Attachments (0)

Change History (2)

comment:1 Changed 18 years ago by Russ Tyndall

Cc: Russ Tyndall added

I am looking into this, but my guess is that the ITicketChangeListener was put into trac after this point release.

  • If this is not the case I will do my best figure out why this is broken .
  • If this interface doesnt yet exist in that version of trac, I am guessing that my only option is to change what versions this plugin is compatable with.

comment:2 Changed 18 years ago by Russ Tyndall

Resolution: wontfix
Status: newclosed

This is definatly the problem. It looks like the ITicketChangeListener was not added until .10 ... So I guess I will go change the compatablity of this patch.

The solution then is to upgrade to the SVN head, or wait till the .10 release then upgrade to that. Sorry!, I will make a note of this on the project homepage.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
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.