Grail won't work

Nick Bower nick.bower at ssec.wisc.edu
Fri Jul 9 16:35:26 EDT 1999


> On Fri, 9 Jul 1999, Nick Bower wrote:
> >     if not isabs(path):
> > NameError: isabs
> >
> > What does this mean?  Cheers, Nick.
>
>    This:
>      if not isabs(path):
>    should be:
>      if not os.path.isabs(path):

thanks.  and "return normpath" to "return os.path.normpath" at a guess.

the browser doesn't display images or let you activate links.  it spits the dummy
when i display frame source.  all in the first 5 seconds of testing.  so i try and
quit - big crash.  i thought this thing had been around for a while!!!  (i'm
running python on NT)

nick






More information about the Python-list mailing list