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

[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] Direction of output

2004-02-17 Thread ml
>> Suppose you have a simple pyqt window with two buttons: button 1 prints >> the message "message 1" to stdout. button 2 prints the message >> "message 2" to stdout. >> >> Ok, open two apps, say xedit and konqueror and direct konqueror to a >> form. >> In a third window, start your pyqt app. How

[PyKDE] Direction of output

2004-02-17 Thread ml
Suppose you have a simple pyqt window with two buttons: button 1 prints the message "message 1" to stdout. button 2 prints the message "message 2" to stdout. Ok, open two apps, say xedit and konqueror and direct konqueror to a form. In a third window, start your pyqt app. How do you cause the ac

[PyKDE] BlackAdder - conversion of .bap files

2003-12-20 Thread ml
The beta version of BlackAdder produced project files named *.bap. The current version of BlackAdder produces files named *.pro. Does anyone know if a tool exists to convert existing .bap files to .pro files? gary ___ PyKDE mailing list[EMAIL PROT

Re: [PyKDE] BlackAdder / Designer issues

2003-12-18 Thread ml
> Sorry, forgot to say that you also need to remove your sip. the PyQt rpm > from thekompany.com also provide sip, so you don't need to worry about. > Just remove it. Success. Thank you, Oleksandr. gary ___ PyKDE mailing list[EMAIL PROTECTED] http

Re: [PyKDE] BlackAdder / Designer issues

2003-12-18 Thread ml
On Thursday 18 December 2003 09:24, you wrote: > > "pyuic: File generated with too recent version of Qt Designer (v3.2 > > vs. 3.1.1)" > > > > Attempts to upgrade pyqt results in > > > > rpm -U PyQt-3.8-031106-py22-ucs2.rpm > > file /usr/bin/sip from install of PyQt-3.8-031106 conflicts with file >

Re: [PyKDE] BlackAdder / Designer issues

2003-12-18 Thread ml
On Thursday 18 December 2003 12:48, [EMAIL PROTECTED] wrote: >> I purchased BlackAdder 1.0. I owned the beta and it was super. When I >> installed 1.0 and attempted to use it (caused pyuic to execute,) it >> complained about my version of designer. I have 3.1.1 and it's >> expecting 3.2. >> >> I

[PyKDE] BlackAdder / Designer issues

2003-12-18 Thread ml
I purchased BlackAdder 1.0. I owned the beta and it was super. When I installed 1.0 and attempted to use it (caused pyuic to execute,) it complained about my version of designer. I have 3.1.1 and it's expecting 3.2. I am using SuSE 8.2 with all recent patches installed. Is there an optimal str