Grail won't work
Nick Bower
nick.bower at ssec.wisc.edu
Fri Jul 9 16:35:26 EDT 1999
More information about the Python-list mailing list
Fri Jul 9 16:35:26 EDT 1999
- Previous message (by thread): Grail won't work
- Next message (by thread): Grail won't work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Grail won't work
- Next message (by thread): Grail won't work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list