> from a Pyramid webapp I'd like to set the modification time of a file with > "os.utime()". But apache throws this error > OSError: [Errno 1] Operation not permitted > The file has set permissions to 666, so even world may read/write it, so > should Apache.
When changing permissions, it's the permissions on the containing directory which are important. -- damjan -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
