> 
> *IOError*: [Errno 13] Permission denied: '/tmp/TMDASess.wIHl5wJK'
> ~      __doc__ = 'I/O operation failed.'
> ~      __getitem__ = <bound method IOError.__getitem__ of 
> <exceptions.IOError instance>>
> ~      __init__ = <bound method IOError.__init__ of <exceptions.IOError 
> instance>>
> ~      __module__ = 'exceptions'
> ~      __str__ = <bound method IOError.__str__ of <exceptions.IOError 
> instance>>
> ~      args = (13, 'Permission denied')
> ~      errno = 13
> ~      filename = '/tmp/TMDASess.wIHl5wJK'
> ~      strerror = 'Permission denied'

This is to do with the username your running your web server under...

try adding 

CGI_USER = "www-data"

and set www-data to what ever user your webserver is running under

works for me...

--
RIchard
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to