Re: Python image library issue: domain users cannot save files?

2008-11-20 Thread [EMAIL PROTECTED]
I have no problem with the python builtin open which we use dayly. Thanks for the hints. Best, V On Nov 19, 5:56 pm, Gabriel Genellina [EMAIL PROTECTED] wrote: En Wed, 19 Nov 2008 13:43:07 -0200, [EMAIL PROTECTED]   [EMAIL PROTECTED] escribió: Has anyone try to use PIL in a windows domain

Python image library issue: domain users cannot save files?

2008-11-19 Thread [EMAIL PROTECTED]
Hi, Has anyone try to use PIL in a windows domain environment? I am having a permission issue. If I am a domain user, even I have the permission to write a folder, when I tried to do simple things like Image.open (foo.tif).save(bar.tif), i am getting exception IOError (0, Error). I tried to set

Re: Python image library issue: domain users cannot save files?

2008-11-19 Thread Gabriel Genellina
En Wed, 19 Nov 2008 13:43:07 -0200, [EMAIL PROTECTED] [EMAIL PROTECTED] escribió: Has anyone try to use PIL in a windows domain environment? I am having a permission issue. If I am a domain user, even I have the permission to write a folder, when I tried to do simple things like Image.open