Re: [Tutor] Interactive plots...

2008-03-29 Thread Che M
> I am thinking about writing a program which will involve, among other > things, displaying a plot of a series of numbers. The idea is that > you could click on the points and move them to change the numbers. > Reverse-plotting, I suppose. It need not be complex; the numbers > will

Re: [Tutor] Saving an Image in a Given Format

2008-03-29 Thread Luke Paireepinart
On Sat, Mar 29, 2008 at 8:15 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > I see that I misunderstood the syntax of Python for: > > current_image.convert > current_image.save > > current_image is a "pointer" whose type is some class, so convert() and > save() must be methods in that class. Yes, t

Re: [Tutor] Saving an Image in a Given Format

2008-03-29 Thread Wayne Watson
I see that I misunderstood the syntax of Python for: current_image.convert current_image.save current_image is a "pointer" whose type is some class, so convert() and save() must be methods in that class. The question is what class/module? PIL? Wayne Watson wrote: > I'm pretty new to Python an

Re: [Tutor] Python and xml

2008-03-29 Thread Konstantin Veretennicov
On Sat, Mar 29, 2008 at 3:57 PM, Doran, Harold <[EMAIL PROTECTED]> wrote: > I am a python neophyte who has used python to parse through text files > using basic functions and no OOP experience. I have a need to process some > xml files and from what I am now reading python is the exact tool I nee

[Tutor] Saving an Image in a Given Format

2008-03-29 Thread Wayne Watson
I'm pretty new to Python and libraries. I'm actually trying to modify some code someone else wrote. There are two ways images are saved. One is for the user to select a "Save as GIF" menu item, or save as tiff, or others. The other way is that the user wants a collected image from a camera save