tempfile.mkstemp problem? OK, got it.

marco marco at reimeika.ca
Thu Jul 29 02:19:37 EDT 2004


Boy, do I feel dumb. And yet...

Well, the problem was that the permissions of the directory were
"drw-------" when it was called from the Perl script. I dunno,
I'm too tired to figure out why, some umask thing. Doing:

os.chmod(work_dir, 0755)

fixes everything...

Cheers,

--
marco at reimeika.ca
Gunnm: Broken Angel                      http://amv.reimeika.ca
http://reimeika.ca/                      http://photo.reimeika.ca



More information about the Python-list mailing list