Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#428 closed defect (fixed)

Doesn't install correctly

Reported by: anonymous Owned by: Christian Boos
Priority: high Component: WikiGoodiesPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

This plugin doesn't appear to install correctly

Unpacking > Python Setup.py install, completes without errors.
Adding the suggested (mandatory) entries listed in the README
results with the following error in the trac.log:

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/loader.py", line 77, in load_components
    entry_point.load()
  File "/usr/local/lib/python2.4/site-packages/setuptools-0.6b1-py2.4.egg/pkg_resources.py", line 1830, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.freebsd-5.4-STABLE-i386/egg/goodies/__init__.py", line 5, in ?
    # Copyright Michael Foord and Nicola Larosa, 2004 & 2005.
  File "build/bdist.freebsd-5.4-STABLE-i386/egg/goodies/mailto.py", line 13, in ?
ImportError: No module named markup
21:16:30 Trac[api] DEBUG: Updating wiki page index

I must admit that I am unclear on patching: trac/wiki/formatter.py.
But did add the entries to: WikiFormatting.
Your patch for formatter.py indicates it's for .9.3. I'm using .9.5.
So the line numbers do not appear to be correct. Is this plugin defunct
for Trac versions greater than .9.3?

Thank you for your time and consideration.

Attachments (0)

Change History (2)

comment:1 Changed 18 years ago by Christian Boos

Priority: normalhigh
Status: newassigned

Oops, that was a so called trunkism... I'll try to make it compatible with 0.9 again.

comment:2 Changed 18 years ago by Christian Boos

Resolution: fixed
Status: assignedclosed

(In [840]) Compatibility fix for trac >= 0.9.3. Closes #428.

Modify Ticket

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