Re: [PyQt] qthread and connections

2010-01-10 Thread Matt Smith
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

[PyQt] [ANN] Spyder v1.0.2 released

2010-01-10 Thread Pierre Raybaut
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

Re: [PyQt] ANN: eric 4.4.0 released

2010-01-10 Thread detlev
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

Re: [PyQt] ANN: eric 4.4.0 released

2010-01-10 Thread z
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

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread detlev
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

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread Phil Thompson
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

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread detlev
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

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread Phil Thompson
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

Re: [PyQt] Another wierd bug with QtWebKit

2010-01-10 Thread detlev
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

Re: [PyQt] Another wierd bug with QtWebKit

2010-01-10 Thread Phil Thompson
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 >> >

Re: [PyQt] PyQt4.QtCore not a valid Win32 application - with windowsinstaller

2010-01-10 Thread Phil Thompson
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

Re: [PyQt] Detect Application Running

2010-01-10 Thread Tim Golden
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

Re: [PyQt] PyQt4.QtCore not a valid Win32 application - with windowsinstaller

2010-01-10 Thread Sibylle Koczian
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