Modify ↓
#3596 closed enhancement (fixed)
NameError: global name 'format_to_html' is not defined
Reported by: | Mario | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | NewsFlashMacro |
Severity: | normal | Keywords: | |
Cc: | J Evan S | Trac Release: | 0.11 |
Description
Hi
I'm using the latest 0.11 branch. I'm getting "NameError: global name 'format_to_html' is not defined" error.
looks like you missed to import it :-)
The attached patch works for me.
greetings Mario
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | newflash.patch added |
---|
comment:1 Changed 16 years ago by
Cc: | J Evan S added; anonymous removed |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
I tried the easy_install -m option to uninstall and deleted the egg before re-installing. Is that correct? I'm still getting the same error.
Note: See
TracTickets for help on using
tickets.
I'm having trouble getting this to work. Got the same error. Checked out the source, made the patch change, deleted the previous egg file, and tried to install again. Now I also get a traceback on the web page when I insert a test newsflash. What am I missing?
File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac\wiki\templates\wiki_edit.html", line 56, in <Expression u'wiki_to_html(context(page.resource), page.text)'>
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 1096, in format_to_html
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 1055, in generate
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 833, in format
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 764, in handle_code_block
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 179, in process
File "c:\programs\python25\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\wiki\formatter.py", line 166, in _macro_processor
File "build\bdist.win32\egg\newsflash\macro.py", line 25, in expand_macro