Re: save files

2019-04-22 Thread Terry Reedy
- Can you confirm you are talking about Idle, the editor that comes with Python, specifically? On Mon, Apr 22, 2019 at 2:30 AM Franko rizai wrote: -- Forwarded message - From: Franko rizai Date: Sun, 21 Apr 2019 at 19:22 Subject: save files To: Hello i am new to python and

Re: save files

2019-04-22 Thread Calvin Spealman
that comes with Python, specifically? On Mon, Apr 22, 2019 at 2:30 AM Franko rizai wrote: > -- Forwarded message - > From: Franko rizai > Date: Sun, 21 Apr 2019 at 19:22 > Subject: save files > To: > > > Hello i am new to python and i have an issue

Fwd: save files

2019-04-21 Thread Franko rizai
-- Forwarded message - From: Franko rizai Date: Sun, 21 Apr 2019 at 19:22 Subject: save files To: Hello i am new to python and i have an issue.I downloaded the python 3.7.3(32-bit) and i start working on it.I open a new window to write(new file) and its ok. But when I want to

Read IDL save files into Python

2009-11-23 Thread Thomas Robitaille
I would like to briefly advertise the 0.9.2 release of IDLSave, a package I recently developed to read IDL save files into Python. Installation instructions are available at http://idlsave.sourceforge.net/. Please do not hesitate to submit a bug report if you run into any problems! Cheers

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 window

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 (

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