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.

[Fwd: [PyQt] mem error in windows]

2008-05-06 Thread Linos
Phil do you have for download the source of the windows installer? this way i could compile to have an installer without that problem. Regards, Miguel Angel. --- Begin Message --- Hello, i have a problem using odbc driver if i install the binary installer version (PyQt-Py2.5-gpl-4.3.3-2.exe),

[PyQt] Re: treeview model/view or item-based?

2008-05-06 Thread kib2
Hi, I've made a little translation of the Extended Dir View sample (for C++) on the Wiki [http://wiki.qtcentre.org/index.php?title=Extended_Dir_View_example]. See http://forum.qtfr.org/viewtopic.php?id=6042 I never used it yet in production, nor made tests. But maybe this can be useful for y

[PyQt] Drag and Drop

2008-05-06 Thread Reinaldo de Carvalho
I'm trying to do dragdrop work but dont have success. In the example below the only print is ListView.dragEnterEvent. Any suggestion? -- Reinaldo Carvalho http://korreio.sf.net #!/usr/bin/env python from qt import * class ListView(QListView) : def __init__(self, parent = None, name = No

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.

Re: [PyQt] [python/Qt4]a problem of QThread

2008-05-06 Thread Hans-Peter Jansen
Am Dienstag, 6. Mai 2008 schrieb tsic: > Hello, > I tried to program a chat interface between a server and many clients. > when I used Qthread this message apear when I execute my program file > from DOS: Has anybody ported PyQt to DOS without my knowledge? ;-) > QThread: Destroyed while thread i

[PyQt] [python/Qt4]a problem of QThread

2008-05-06 Thread tsic
Hello, I tried to program a chat interface between a server and many clients. when I used Qthread this message apear when I execute my program file from DOS: QThread: Destroyed while thread is still running And stop the execution of the program because pythonw.exe has find a problem and must close