Re: mod_python: Permission denied

2009-08-30 Thread David
Thanks Graham. Let me contact Admin. -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python: Permission denied

2009-08-25 Thread David
On Aug 25, 4:00 pm, David wrote: > Thanks Graham. Let me contact Admin. Hi Graham: you are right. it's fixed now. Thanks again. -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python: Permission denied

2009-08-25 Thread David
disclaimer: i did not write this code. i copied it and inserted into my cgi code. it is from http://webpython.codepoint.net/mod_python_publisher_big_file_upload. -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python: Permission denied

2009-08-25 Thread David
A little more info: "Defrosting.rtf" is a file that I wanted to upload. This file was supposed to upload to folder '/var/www/keyword- query/files/'. My code runs in root. -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python: Permission denied

2009-08-25 Thread Graham Dumpleton
On Aug 26, 8:43 am, David wrote: > Hello, > > I googled online however I did not find a clue my question. So I post > it here. > > I created a mod_python CGI to upload a file and saves it in folder "/ > var/www/keyword-query/files/".  My code runs in root. > >      fileitem = req.form['file'] > >

mod_python: Permission denied

2009-08-25 Thread David
Hello, I googled online however I did not find a clue my question. So I post it here. I created a mod_python CGI to upload a file and saves it in folder "/ var/www/keyword-query/files/". My code runs in root. fileitem = req.form['file'] # Test if the file was uploaded if fileitem.fi

Re: Mod_python permission denied

2008-11-07 Thread Simo D
y", > line 881, in save > self._doc.SaveToFile(self._filename, self) > > File "/usr/lib64/python2.4/site-packages/reportlab/pdfbase/pdfdoc.py", > line 218, in SaveToFile > f = open(filename, "wb") > > IOError: [Errno 13] Permi

Mod_python permission denied

2008-11-07 Thread Simo D
d, write and execute permissions and SELinux is disabled. Can you help me? Thanks in advance. Simone -- View this message in context: http://www.nabble.com/Mod_python-permission-denied-tp20377387p20377387.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list