Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#867 closed defect (fixed)

Lost all Screenshot functions

Reported by: Scott Grayban Owned by: Radek Bartoň
Priority: highest Component: ScreenshotsPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

Just updated to the new version of your screenshot plugin and lost everything.

No menu and no admin settings.

Attachments (0)

Change History (6)

comment:1 Changed 17 years ago by Scott Grayban

Priority: highhighest
Severity: criticalblocker

Looks like you messed up the entry points again.

Nov  3 09:10:36 borgnet Trac[loader] ERROR: Failed to load plugin TracScreenshots.core from /var/www/html/vhosts/trac-projects/project/castpodder/plugins/TracScreenshots-0.4-py2.4.egg Traceback (most recent call last):   File "/usr/lib/python2.4/site-packages/trac/loader.py", line 101, in load_components     entry_point.load()   File "/usr/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/pkg_resources.py", line 1830, in load     entry = __import__(self.module_name, globals(),globals(), ['__name__'])   File "build/bdist.linux-i686/egg/tracscreenshots/core.py", line 9, in ? ImportError: No module named html
Nov  3 09:10:36 borgnet Trac[loader] DEBUG: Loading egg plugin TracScreenshots.tags from /var/www/html/vhosts/trac-projects/project/castpodder/plugins/TracScreenshots-0.4-py2.4.egg
Nov  3 09:10:37 borgnet Trac[loader] DEBUG: Loading egg plugin TracScreenshots.wiki from /var/www/html/vhosts/trac-projects/project/castpodder/plugins/TracScreenshots-0.4-py2.4.egg
Nov  3 09:10:37 borgnet Trac[loader] ERROR: Failed to load plugin TracScreenshots.wiki from /var/www/html/vhosts/trac-projects/project/castpodder/plugins/TracScreenshots-0.4-py2.4.egg Traceback (most recent call last):   File "/usr/lib/python2.4/site-packages/trac/loader.py", line 101, in load_components     entry_point.load()   File "/usr/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/pkg_resources.py", line 1830, in load     entry = __import__(self.module_name, globals(),globals(), ['__name__'])   File "build/bdist.linux-i686/egg/tracscreenshots/wiki.py", line 4, in ? ImportError: No module named html

comment:2 Changed 17 years ago by Noah Kantrowitz

That error means you are not running a release version of 0.10. That module was renamed from trac.util.markup to trac.util.html during 0.10 development.

comment:3 Changed 17 years ago by Scott Grayban

Oh great.... Upgrading my trac should be a blast now

comment:4 Changed 17 years ago by Noah Kantrowitz

You could also just edit the source of this plugin.

comment:5 Changed 17 years ago by Scott Grayban

Resolution: fixed
Status: newclosed

To late.

Upgraded to 0.10 already. Ran into a few issues because I used some custom templates but its all good now.

But yes I was running a dev version. Author should note that a 10 release is needed.

comment:6 Changed 17 years ago by Radek Bartoň

There is only one advice. Use always the lastest version of everything :-) If it is not working with them then it is a bug :-)

Modify Ticket

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