Re: [PyKDE] Threading QApplications. Possible?

2004-09-20 Thread Phil Thompson
On Monday 20 September 2004 9:02 pm, Ken Godee wrote: > >> def foo(): > >>app=QApplication(sys.argv) > >>button=QPushButton("Hello World", None) > >>app.setMainWidget(button) > >>button.show() > >>app.exec_loop() > >> > >> And I say > >> > >> >>> thread.start_new_thread (foo, (

Re: [PyKDE] Threading QApplications. Possible?

2004-09-20 Thread Ken Godee
def foo(): app=QApplication(sys.argv) button=QPushButton("Hello World", None) app.setMainWidget(button) button.show() app.exec_loop() And I say >>> thread.start_new_thread (foo, ()) Then the python console freezes Is it not possible o thread up multiple QApplications? How is thi

[PyKDE] Another Newbie Question

2004-09-20 Thread Hihn, Jason
How do I get to get the control values of a UI-file created dialog. I have the dialog coming up, but that is it.   Thanks   __ This electronic message may contain proprietary and confidential i

Re: [PyKDE] Threading QApplications. Possible?

2004-09-20 Thread Gordon Tyler
Trost Johnson wrote: Suppose the minimal program: def foo(): app=QApplication(sys.argv) button=QPushButton("Hello World", None) app.setMainWidget(button) button.show() app.exec_loop() And I say >>> thread.start_new_thread (foo, ()) Then the python console freezes Is it not possi

[PyKDE] ANN: SIP v4.1 and v3.11 Released

2004-09-20 Thread Phil Thompson
SIP v4.1 and v3.11 have been released and can be downloaded from the usual place. Changes include... - a new cast() function in the sip module - a number of small enhancements to the C++ support - the build system supports MSVC.NET A new release on PyQt will follow in the next day or so. Phil

[PyKDE] Threading QApplications. Possible?

2004-09-20 Thread Trost Johnson
Hi. Suppose the minimal program: def foo(): app=QApplication(sys.argv) button=QPushButton("Hello World", None) app.setMainWidget(button) button.show() app.exec_loop() And I say >>> thread.start_new_thread (foo, ()) Then the python console freezes Is it not possible o thread up mu

[PyKDE] new pksampler version

2004-09-20 Thread Patrick Stinson
I've release a new version of pksampler and pkaudio. I've used povray to generate the 3d widget pixmaps, and PyQt to animate them. Check the screen shots! http://pksampler.sf.net/ http://pkaudio.sf.net/ ___ PyKDE mailing list[EMAIL PROTECTED] http:

[PyKDE] RE: I got an error while compiling kdebinding3.3, Can I got help from you?

2004-09-20 Thread Andreas Steinmetz
I did come across the same problem. The thing is I do have old kde versions hanging around (at least 3.1.1 and 3.1.3). Now the python configure script doesn't use the current version to be built (3.3) but somehow manages to access one of the old versions via python. Well, I know nothing about py

[PyKDE] Seg fault after QApplication.postEvent

2004-09-20 Thread Patrick Stinson
I'm not sure why this is happening, but I am getting a seg fault if I post a QCustomEvent using QApplication::postEvent() *after* QApplication::exec_loop() has returned. I am using a GUI, and it is fairly complicated. I have not been able to reproduce the error in a simpler script, so I guess t

[PyKDE] Re: Bug report: cannot open PTL files in Eric3 anymore

2004-09-20 Thread Nicola Larosa
> The fix is in the snapshot, that I just uploaded. I confirm that the 20040918 snapshot is able to open PTL files. -- Nicola Larosa - [EMAIL PROTECTED] "You want to name all your Ogg video files '.mydickisbigger' (even though Windows will only take the last three inches), be my guest." -- Mon

Re: [PyKDE] PyQt + multiple Interpreters

2004-09-20 Thread Phil Thompson
On Monday 20 September 2004 9:20 am, Christoph Wiedemann wrote: > > On Friday 17 September 2004 10:17 am, Christoph Wiedemann wrote: > > > Hi Phil, > > > > > > > SIP v3.x is deprecated. Try v4 see what happens. > > > > > > i've tried (sip 4.0.1) - and there are several issues arising from the > > >

Re: [PyKDE] PyQt + multiple Interpreters

2004-09-20 Thread Christoph Wiedemann
> On Friday 17 September 2004 10:17 am, Christoph Wiedemann wrote: > > Hi Phil, > > > > > SIP v3.x is deprecated. Try v4 see what happens. > > > > i've tried (sip 4.0.1) - and there are several issues arising from the > fact > > that i use embedded python interpreters. > > > > 1. i've used to link