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

Eugene Leitl eugene.leitl@l...
Thu, 10 May 2001 18:06:37 +0200 (MET DST)


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?