Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#3086 closed defect (invalid)

WikiFormatter

Reported by: AF Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

Trac[macros] ERROR: Failed to load wiki macro WikiFile.py (No module named WikiFormatter) Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/trac/wiki/macros.py", line 423, in get_macros     module = self._load_macro(filename[:-3])   File "/usr/lib/python2.3/site-packages/trac/wiki/macros.py", line 448, in _load_macro     return imp.load_source(name, macro_file)   File "/var/trac/it/wiki-macros/WikiFile.py", line 2, in ?     from trac.WikiFormatter import wiki_to_html, WikiProcessor ImportError: No module named WikiFormatter

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

That's because you're using an outdated macro. Sorry, but those are user contributed and we really need someone to go through the MacroBazaar and clean it up. But still, it's not a bug in Trac.

comment:2 by anonymous, 19 years ago

thanks

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.