[PyKDE] Re: Segmentation Errors

2004-02-18 Thread Stefan Bund
Jacob Abraham <[EMAIL PROTECTED]> writes: > Dear Tutors, > While building an application with python and pyqt > I keep coming across Segmentation errors. Is it a I can't know for sure, but I had the same problem. I used valgrind () to find out more. The Problem in my

[PyKDE] Segmentation Errors

2004-02-18 Thread Jacob Abraham
Dear Tutors, While building an application with python and pyqt I keep coming across Segmentation errors. Is it a problem with the versions I am using. PyQt-3.10 python-2.3.3 qt-3.1.2 I would like to understand the reasons behind a segmentation error and how best to avoid it. Right no

[PyKDE] Re: Direction of output

2004-02-18 Thread Stefan Bund
[EMAIL PROTECTED] writes: > I am interested in creating a free version of the windoze program > typeitin. It lets you generate an arbitrary number of buttoms, each > corresponding to an appropriate phrase. For example, you might have To:, > From:, password and so on. You focus on the target form

Re: [PyKDE] Direction of output

2004-02-18 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 18. Februar 2004 20:53 schrieb [EMAIL PROTECTED]: > > Sounds like you're seeking some kind of IPC... depending on your > > environment, you probably want to look into something like CORBA, COM, > > or KDE's DCOP. If you are writing all ap

[PyKDE] sipName_run undefined when importing kio

2004-02-18 Thread Jim Bublitz
Someone off the list ran into a problem loading the kio module with the error sipName_run undefined. In searching the archive to see if the problem had been solved previously, I ran across a msg to list about the same problem that apparently hadn't been answered. For some reason, I never got th

Re: [PyKDE] Direction of output

2004-02-18 Thread Sundance
I heard [EMAIL PROTECTED] said: > I am interested in creating a free version of the windoze program > typeitin. It lets you generate an arbitrary number of buttoms, each > corresponding to an appropriate phrase. For example, you might have > To:, From:, password and so on. You focus on the targ

AW: [PyKDE] PyQt 3.10 and Qt 3.3.0

2004-02-18 Thread Andrew Smart
[EMAIL PROTECTED] wrote: > On Wednesday 18 February 2004 08:45, Andrew Smart wrote: >> Hi, >> >> I tried to build PyQt 3.10 with Qt 3.3.0 (both commercial, on >> windows). Failed (some stuff in the TableWidget...). >> >> Before I dig down: the PyQt site states it supports Qt up to 3.2.3. >> >> I

Re: [PyKDE] Direction of output

2004-02-18 Thread ml
> Sounds like you're seeking some kind of IPC... depending on your > environment, you probably want to look into something like CORBA, COM, > or KDE's DCOP. If you are writing all applications, sockets should > work. Otherwise, it would get complicated rather quickly as you'd have > to interface w

Re: [PyKDE] QMemArray problem

2004-02-18 Thread Phil Thompson
On Wednesday 18 February 2004 08:39, Aurélien Gâteau wrote: > Le Mardi 17 Février 2004 19:16, Phil Thompson a écrit : > > > Yesterday I upgraded to Sip 3.10 and this does not work anymore. I get > > > this error message: > > > > > > > > > g++ <-f> -c -pipe -w -O2 -o dolimagefilterscmod

Re: [PyKDE] pyqt and new-style classes

2004-02-18 Thread Phil Thompson
On Wednesday 18 February 2004 19:04, Eron Lloyd wrote: > Would there be any benefit in doing this? From the way I understand it, all > Qt objects already expose their get/set methods, while any objects you > create through subclassing can simply use Python's native properties > support. For the mos

Re: [PyKDE] Direction of output

2004-02-18 Thread Eron Lloyd
Come to think about it, you could also try working with QProcess... it all depends on the app, though. Eron On Tuesday 17 February 2004 10:44 pm, [EMAIL PROTECTED] wrote: > >> Suppose you have a simple pyqt window with two buttons: button 1 prints > >> the message "message 1" to stdout. button

Re: [PyKDE] pyqt and new-style classes

2004-02-18 Thread Stefan Seefeld
Eron Lloyd wrote: Would there be any benefit in doing this? From the way I understand it, all Qt objects already expose their get/set methods, while any objects you create through subclassing can simply use Python's native properties support. For the most part, properties have their biggest valu

Re: [PyKDE] Direction of output

2004-02-18 Thread Eron Lloyd
Sounds like you're seeking some kind of IPC... depending on your environment, you probably want to look into something like CORBA, COM, or KDE's DCOP. If you are writing all applications, sockets should work. Otherwise, it would get complicated rather quickly as you'd have to interface with a to

Re: [PyKDE] pyqt and new-style classes

2004-02-18 Thread Eron Lloyd
Would there be any benefit in doing this? From the way I understand it, all Qt objects already expose their get/set methods, while any objects you create through subclassing can simply use Python's native properties support. For the most part, properties have their biggest value in use with Desi

Re: [PyKDE] pyqt and new-style classes

2004-02-18 Thread Phil Thompson
On Wednesday 18 February 2004 13:16, Stefan Seefeld wrote: > Phil Thompson wrote: > > SIP v4 classes are new-style classes. > > Wonderful ! Are there plans to map Qt properties to > python properties ? (sounds like an easy thing to > do given the technical parallels...) No, no plans. Phil __

Re: [PyKDE] PyQt 3.10 and Qt 3.3.0

2004-02-18 Thread Phil Thompson
On Wednesday 18 February 2004 08:45, Andrew Smart wrote: > Hi, > > I tried to build PyQt 3.10 with Qt 3.3.0 (both commercial, on windows). > Failed (some stuff in the TableWidget...). > > Before I dig down: the PyQt site states it supports Qt up to 3.2.3. > > Is 3.3.0 supported? If not, ok, I'll in

Re: [PyKDE] Let me ask this another way

2004-02-18 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 18. Februar 2004 15:32 schrieb [EMAIL PROTECTED]: > Is it possible to have a pyqt app write text to another app? Where can I > learn how to do this? > > I'm interested in writing a version of "typeitin" > http://www.wavget.com/typeitin.ht

[PyKDE] What is the difference between the devel and other files?

2004-02-18 Thread hcohen2
Anyone, Building from source did not work, hence, I downloaded the entire series of rpm files for my version of Mandrake. 1.) Can I ignore the 'devel' files when I install the binaries? 2.) Could someone give me an idea what scintilla is and why it should have been installed prior to sip? The

[PyKDE] Error w/ Qt 3.2.3 and PyQt 3.10 (free version) on MacOS X

2004-02-18 Thread Dirk Zimmermann
Hi, after building (compiling) of Qt 3.2.3 and PyQt 3.10 (free versions) for the MacOS X. I started the example example3/tut1.py and I got the massage: Traceback (most recent call last): File "tut1.py", line 6, in ? from qt import * ImportError: Failure linking new module: /Developer/qt/lib

[PyKDE] Let me ask this another way

2004-02-18 Thread ml
Is it possible to have a pyqt app write text to another app? Where can I learn how to do this? I'm interested in writing a version of "typeitin" http://www.wavget.com/typeitin.html gary ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.frau

Re: [PyKDE] pyqt and new-style classes

2004-02-18 Thread Stefan Seefeld
Phil Thompson wrote: SIP v4 classes are new-style classes. Wonderful ! Are there plans to map Qt properties to python properties ? (sounds like an easy thing to do given the technical parallels...) Regards, Stefan ___ PyKDE mailing list

[PyKDE] PyQt 3.10 and Qt 3.3.0

2004-02-18 Thread Andrew Smart
Hi, I tried to build PyQt 3.10 with Qt 3.3.0 (both commercial, on windows). Failed (some stuff in the TableWidget...). Before I dig down: the PyQt site states it supports Qt up to 3.2.3. Is 3.3.0 supported? If not, ok, I'll install 2.3.2, no problem. Regards, Andrew __

Re: [PyKDE] QMemArray problem

2004-02-18 Thread Aurélien Gâteau
Le Mardi 17 Février 2004 19:16, Phil Thompson a écrit : > > > > Yesterday I upgraded to Sip 3.10 and this does not work anymore. I get > > this error message: > > > > > > g++ <-f> -c -pipe -w -O2 -o dolimagefilterscmodule.o > > dolimagefilterscmodule.cpp > > -I/usr/share/qt3/mkspe