Medusa: global name 'split_path' is not defined: file: status_handler.pyline: 63
eugene.leitl@l...
eugene.leitl@l...
Mon, 14 May 2001 14:33:53 -0000
Er. Disregard my last message (well, ok, you already did that ;)
I went back to Python 1.5.2 and medusa-src-20000601.tar.gz
and everything works. Bobo included. /status even. And
it freezes vewy vewy nicely. Under ancient AIX, to wit.
I've got a form with a submit button to supply arguments
to hello.py (see bobo-howto). I'm happy. (Now for the hard
part: application front end and XML-RPC back end. Urgh.
I feel I need a vacation already).
I don't know what weird combinations of versions I tried
before which broke all over the palce, but above combination
should work. Probably.
Rushing, you made another guy out there very happy.
Medusa r0xx, officially.
--- In medusa@y..., Eugene Leitl <eugene.leitl@l...> wrote:
>
> 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?