<p>Hi,<br></p><p>I might have a permission issue when using PIL. If I am a domain user, even I have the permission to write in a folder, when I tried to do simple things like Image.open(&quot;foo.tif&quot;).save(&quot;bar.tif&quot;), i am getting exception IOError (&quot;0&quot;, &quot;Error&quot;). I tried to set os.umask(0) before I saved the file but the same exception threw. But If I am a local user, I have no problem with the same script. Does anyone ever have the same situation and know a work around for this? Thanks.</p>
<p>Best,</p><p>Vix</p>