Medusa: global name 'split_path' is not defined: file: status_handler.pyline: 63

Eugene Leitl Eugene.Leitl at lrz.uni-muenchen.de
Thu May 10 12:06:37 EDT 2001


This is Python 2.1 and medusa-20010416.tar.gz

I'm getting

 error: Server Error: exceptions.NameError, global name 'split_path' is
 not defined: file: status_handler.py line: 63

when trying to access http://localhost:8080/status

I'm also having trouble getting Bobo running, which also tells me
stuff about split_path:

Traceback (most recent call last):
  File "start_medusa.py", line 110, in ?
    import bobo_handler
  File "bobo_handler.py", line 58, in ?
    split_path = default_handler.split_path
AttributeError: 'default_handler' module has no attribute 'split_path'


Any idea what is going on? Something changed in 2.1?





More information about the Python-list mailing list