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, (
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
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
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
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
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
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:
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
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
> 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
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
> >
>
> 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
12 matches
Mail list logo