Re: [Errno 13] Permission denied while using apache2

2008-11-12 Thread Steve Holden
laspal wrote: > hi, > I am trying to create folder. > here is the code: > if not os.path.isdir(str(_user.username)): > os.mkdir(str(_user.username) ) > filepathwithname = os.path.join(str(_user.username), file_name) > if not os.path.isfile(filepathwithname): >

[Errno 13] Permission denied while using apache2

2008-11-12 Thread laspal
hi, I am trying to create folder. here is the code: if not os.path.isdir(str(_user.username)): os.mkdir(str(_user.username) ) filepathwithname = os.path.join(str(_user.username), file_name) if not os.path.isfile(filepathwithname):