What steps will reproduce the problem?
1. start the svn version of crunchy
I get the following traceback:
Traceback (most recent call last):
File "crunchy.py", line 157, in <module>
run_crunchy(port=_port, url=_url)
File "crunchy.py", line 47, in run_crunchy
pluginloader.init_plugin_system(server)
File "/Users/johan/crunchy/branches/andre/src/pluginloader.py", line 80,
in init_plugin_system
mod.register()
File "/Users/johan/crunchy/branches/andre/src/plugins/hello.py", line 7,
in register
plugin['register_tag_handler']("span", "title", "hello", insert_hello)
NameError: global name 'plugin' is not defined
I am on OSX.
I assume this is just a small issue. Will fix now
Original issue reported on code.google.com by johannes...@gmail.com on 14 Apr 2008 at 10:41
Original issue reported on code.google.com by
johannes...@gmail.com
on 14 Apr 2008 at 10:41