wolverine2k / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Crunchy startup is broken #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
oops, hello.py shouldn't have been in there at all.

Marking as invalid

Original comment by johannes...@gmail.com on 14 Apr 2008 at 10:46