[EMAIL PROTECTED] wrote:
>I changed the owner of the file to root using chown root newuser.cgi,
>but still i m not able to write...
>
>
>
Are you running Apache in Chrooted mode? If so, then that might be your
problem.
John
--
http://mail.python.org/mailman/listinfo/python-list
>> I changed the owner of the file to root using chown root newuser.cgi,
>> but still i m not able to write...
>
> have you tried asking in a unix or apache forum, or do you expect
> pythoneers to help you with all your computer-related problems ?
(are you sure your apache install runs CGI proce
[EMAIL PROTECTED] wrote:
> I changed the owner of the file to root using chown root newuser.cgi,
> but still i m not able to write...
have you tried asking in a unix or apache forum, or do you expect
pythoneers to help you with all your computer-related problems ?
--
http://mail.python.or
I changed the owner of the file to root using chown root newuser.cgi,
but still i m not able to write...
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I get this msg:
> Traceback (most recent call last):
> File "/usr/local/apache/cgi-bin/newuser.cgi", line 61, in ?
> cstatus = im.save(file_name,'JPEG')
> File "/usr/local/lib/python2.4/PIL/Image.py", line 1299, in save
> fp = __builtin__.open(fp, "wb")
> IOE
I get this msg:
Traceback (most recent call last):
File "/usr/local/apache/cgi-bin/newuser.cgi", line 61, in ?
cstatus = im.save(file_name,'JPEG')
File "/usr/local/lib/python2.4/PIL/Image.py", line 1299, in save
fp = __builtin__.open(fp, "wb")
IOError: [Errno 13] Permission denied:
'/us