Okay I've figured out a way to make this work. For my QThread's run
function I create a new object, then any connections made to that object
will be evaluated in the thread that is was created in.
Its taken me a bit to post this because I wrote a similar test in c++.
Which I found the same result
Hi all,
I'm pleased to announce here that Spyder version 1.0.2 has been released:
http://packages.python.org/spyder
Previously known as Pydee, Spyder (Scientific PYthon Development
EnviRonment) is a free open-source Python development environment
providing MATLAB-like features in a simple and li
On Sonntag, 10. Januar 2010, z wrote:
> 2010/1/9 detlev :
> > Hi,
> >
> > I just uploaded eric 4.4.0. This is a major release, which introduces
> > some new functionality. The most prominent new features are these.
> >
> > - added a Python3 compatible debugger and a respective project type
> > - im
2010/1/9 detlev :
> Hi,
>
> I just uploaded eric 4.4.0. This is a major release, which introduces some new
> functionality. The most prominent new features are these.
>
> - added a Python3 compatible debugger and a respective project type
> - improved debugger support
> -- added a thread list view
On Sonntag, 10. Januar 2010, Phil Thompson wrote:
> On Sun, 10 Jan 2010 14:05:36 +0100, detlev
>
> wrote:
> > On Sonntag, 10. Januar 2010, Phil Thompson wrote:
> >> On Sat, 9 Jan 2010 18:33:32 +0100, detlev
> >>
> >> wrote:
> >> > Hi,
> >> >
> >> > really often I have this kind of code in my app
On Sun, 10 Jan 2010 14:05:36 +0100, detlev
wrote:
> On Sonntag, 10. Januar 2010, Phil Thompson wrote:
>> On Sat, 9 Jan 2010 18:33:32 +0100, detlev
>> wrote:
>> > Hi,
>> >
>> > really often I have this kind of code in my application when it comes
>> > to
>> > converting a QByteArray to s string un
On Sonntag, 10. Januar 2010, Phil Thompson wrote:
> On Sat, 9 Jan 2010 18:33:32 +0100, detlev wrote:
> > Hi,
> >
> > really often I have this kind of code in my application when it comes to
> > converting a QByteArray to s string under Python 3.1.
> >
> > s = bytes(QByteArray).decode()
> >
> > In
On Sat, 9 Jan 2010 18:33:32 +0100, detlev wrote:
> Hi,
>
> really often I have this kind of code in my application when it comes to
> converting a QByteArray to s string under Python 3.1.
>
> s = bytes(QByteArray).decode()
>
> In Python 2 one could use
>
> s = unicode(QByteArray)
>
> to get
On Samstag, 9. Januar 2010, Phil Thompson wrote:
> On Sat, 9 Jan 2010 12:03:38 -0800, Karthik Tharavaad
>
> wrote:
> > Thanks for replying Phil, thats a great point which I didn't think about.
> > However 2 points
> > - Even if the QWebPage does not parent the QNetworkAccessManager,
> > shouldn
On Sat, 9 Jan 2010 18:34:21 -0800, Karthik Tharavaad
wrote:
> On Sat, Jan 9, 2010 at 1:29 PM, Phil Thompson
> wrote:
>
>> On Sat, 9 Jan 2010 12:03:38 -0800, Karthik Tharavaad
>> wrote:
>> > Thanks for replying Phil, thats a great point which I didn't think
>> > about.
>> > However 2 points
>> >
On Sun, 10 Jan 2010 11:11:48 +0100, Sibylle Koczian
wrote:
> Hello,
>
> I posted this a week ago, but didn't get any answer at all. So I'm
> trying again, because I really would like to use PyQt again, and I'd
> definitely prefer the Windows installer, if at all possible.
The installer is buil
On 10/01/2010 03:49, AON LAZIO wrote:
Hi,
How can we find out that there is already a PyQt application running on
Windows so when I try to open that same application, it won't open another
one?
It's like I already have Firefox running and when I open firefox again,
it won't open firef
Hello,
I posted this a week ago, but didn't get any answer at all. So I'm
trying again, because I really would like to use PyQt again, and I'd
definitely prefer the Windows installer, if at all possible.
Sibylle Koczian schrieb:
Hello,
trying to import PyQt4.QtCore I get this:
Python 3.1.1
13 matches
Mail list logo