[Python-bugs-list] [ python-Bugs-571167 ] glob() fails for network drive in cgi

noreply@sourceforge.net noreply@sourceforge.net
Wed, 19 Jun 2002 08:31:17 -0700


Bugs item #571167, was opened at 2002-06-19 10:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=571167&group_id=5470

Category: Python Library
Group: Python 2.1.1
Status: Open
Resolution: None
>Priority: 7
Submitted By: Brian Schuweiler (bshoe282)
Assigned to: Nobody/Anonymous (nobody)
Summary: glob() fails for network drive in cgi

Initial Comment:
glob.glob() does not work when globbing a network 
mapped drive while running as a cgi script.  The method 
works fine when run as a normal python script (even for 
mapped drives), but does not work when run from a 
browser as a cgi script.  The glob returns an empty list 
as if the drive just isn't there.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=571167&group_id=5470