Re: [PyQt] QImage.save() traceback

2008-05-09 Thread David Boddie
On Thursday 08 May 2008 18:18, Sergi Blanch i Torné wrote: > I want to start adding this to the sample-script. By the way in the widget, > after a constructor like: > image = > QtGui.QImage(imgData8,imgDimX,imgDimY,imgDimX,QtGui.QImage.Format_Indexed8) > > I wrote this: > image.setNumColors(256

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Sergi Blanch i Torné
Hi! Sorry but I didn't receive your mail for half an hour delay. On Thursday 08 May 2008 10:27:34 Hans-Peter Jansen wrote: > (...) > I fear, you don't besides a qt rebuild with debugging enabled. Looking into > the source will give you more hints. I'll try this option also with the other suggest

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread David Boddie
On Thu May 8 10:11:18 BST 2008, Phil Thompson wrote: > On Thursday 08 May 2008, Sergi Blanch i Torné wrote: > > I don't like to be rude insisting, but after the script no one says > > anything in the list. My question can be reduced to if it's possible to > > have more information that a False whe

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Phil Thompson
On Thursday 08 May 2008, Sergi Blanch i Torné wrote: > I don't like to be rude insisting, but after the script no one says > anything in the list. My question can be reduced to if it's possible to > have more information that a False when I save the image. No. Phil __

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Sergi Blanch i Torné
I don't like to be rude insisting, but after the script no one says anything in the list. My question can be reduced to if it's possible to have more information that a False when I save the image. Thanks /Sergi. On Wednesday 07 May 2008 09:20:54 Sergi Blanch i Torné wrote: > On Tuesday 06 May

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Hans-Peter Jansen
Am Mittwoch, 7. Mai 2008 schrieb Sergi Blanch i Torné: > > I attach an standalone python script, without tango, using a simply black > image. Before I was using ipython. > Maybe I can provide a little more information, because changing the > format of the image I found how to save it, and further m

Re: [PyQt] QImage.save() traceback

2008-05-07 Thread Sergi Blanch i Torné
On Tuesday 06 May 2008 21:24:49 Hans-Peter Jansen wrote: > [ignore the last message..] > > Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > > On Tuesday 06 May 2008 13:28:50 Hans-Peter Jansen wrote: > > > Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > > > > Hi, > > > > > > > > I'm

Re: [PyQt] QImage.save() traceback

2008-05-06 Thread Hans-Peter Jansen
[ignore the last message..] Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > On Tuesday 06 May 2008 13:28:50 Hans-Peter Jansen wrote: > > Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > > > Hi, > > > > > > I'm try to save some images from a QImage object, but the save method > > >

Re: [PyQt] QImage.save() traceback

2008-05-06 Thread Hans-Peter Jansen
Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > On Tuesday 06 May 2008 13:28:50 Hans-Peter Jansen wrote: > > Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > > > Hi, > > > > > > I'm try to save some images from a QImage object, but the save method > > > is only responding me false.

Re: [PyQt] QImage.save() traceback

2008-05-06 Thread Sergi Blanch i Torné
On Tuesday 06 May 2008 13:28:50 Hans-Peter Jansen wrote: > Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > > Hi, > > > > I'm try to save some images from a QImage object, but the save method is > > only responding me false. I try to fix why this method cannot do that, > > but I could know

Re: [PyQt] QImage.save() traceback

2008-05-06 Thread Hans-Peter Jansen
Am Dienstag, 6. Mai 2008 schrieb Sergi Blanch i Torné: > Hi, > > I'm try to save some images from a QImage object, but the save method is > only responding me false. I try to fix why this method cannot do that, > but I could know the real reason. > > Do you know how to allows this method to be more

[PyQt] QImage.save() traceback

2008-05-06 Thread Sergi Blanch i Torné
Hi, I'm try to save some images from a QImage object, but the save method is only responding me false. I try to fix why this method cannot do that, but I could know the real reason. Do you know how to allows this method to be more expressive to explains me something? /Sergi.