Thanks Graham. Let me contact Admin.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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']
>
>
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
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
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