Jeremy Jones wrote:
>>The script executes, no error messages, but the glob call turns up nothing
>>while the identical call running from a console does in fact turn up files
>>names as expected.
>>
>>
> Wild guess, but I'm thinking your webserver process doesn't have
> permissions to look in you
uwb wrote:
>Jeremy Jones wrote:
>
>
>
>>uwb wrote:
>>
>>
>>
>>>I've got a call to glob in a .py file sitting in an apache cgi-bin
>>>directory which refuses to work while the exact same code works from a
>>>python console session.
>>>
>>>I'm guessing that in order to read or write files from
Jeremy Jones wrote:
> uwb wrote:
>
>>I've got a call to glob in a .py file sitting in an apache cgi-bin
>>directory which refuses to work while the exact same code works from a
>>python console session.
>>
>>I'm guessing that in order to read or write files from any sort of a
>>script file sittin
uwb wrote:
>I've got a call to glob in a .py file sitting in an apache cgi-bin directory
>which refuses to work while the exact same code works from a python console
>session.
>
>I'm guessing that in order to read or write files from any sort of a script
>file sitting in the cgi-bin directory on a
I've got a call to glob in a .py file sitting in an apache cgi-bin directory
which refuses to work while the exact same code works from a python console
session.
I'm guessing that in order to read or write files from any sort of a script
file sitting in the cgi-bin directory on a server, somethin