Modify ↓
#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 )
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 , 19 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.