Modify

Opened 18 years ago

Closed 18 years ago

#643 closed defect (wontfix)

Installed Timeline, get error loading plugin. - Cannot import anme add_script

Reported by: jason.finch@… Owned by: Noah Kantrowitz
Priority: normal Component: SimileTimelinePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

I apologize if this is something simple, I am quite new to trac plugins. Environment in Windows, Python 2.3, Trac 0.96., simpletimeline 0.10

trac.log errors:

c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg 05:36:23 PM Trac[loader] DEBUG: Loading plugin stimeline.web_ui from c:\python23\lib\site-packages\tracsimiletimeline-0.1-py2.3.egg 05:36:23 PM Trac[loader] ERROR: Failed to load plugin stimeline.web_ui from c:\python23\lib\site-packages\tracsimiletimeline-0.1-py2.3.egg Traceback (most recent call last):

File "C:\python23\Lib\site-packages\trac\loader.py", line 77, in load_components

entry_point.load()

File "c:\python23\lib\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.win32\egg\stimeline\web_ui.py", line 5, in ?

ImportError: cannot import name add_script

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by anonymous

c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
05:36:23 PM Trac[loader] DEBUG: Loading plugin stimeline.web_ui from c:\python23\lib\site-packages\tracsimiletimeline-0.1-py2.3.egg
05:36:23 PM Trac[loader] ERROR: Failed to load plugin stimeline.web_ui from c:\python23\lib\site-packages\tracsimiletimeline-0.1-py2.3.egg
Traceback (most recent call last):
  File "C:\python23\Lib\site-packages\trac\loader.py", line 77, in load_components
    entry_point.load()
  File "c:\python23\lib\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.win32\egg\stimeline\web_ui.py", line 5, in ?
ImportError: cannot import name add_script

comment:2 Changed 18 years ago by jason.finch@…

OK, Should I be on Trac 0.10 for this plugin to work?

comment:3 Changed 18 years ago by Noah Kantrowitz

Resolution: wontfix
Status: newclosed

That is correct, this plugin is not compatible with the 0.9 series.

Modify Ticket

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