Re: [PyQt] pykde crash on debian etch / import kparts or khtml

2007-09-28 Thread Jim Bublitz
On Friday 28 September 2007 07:56, jbd wrote: > I've got a small problem with an application i'm trying to port from > sarge to etch. Here is the minimal application which mimics the problem. > It's a simple QDialog with a QPushButton which triggers a KDirLister and > print the result on stdout.

[PyQt] pykde crash on debian etch / import kparts or khtml

2007-09-28 Thread jbd
Hello, I've got a small problem with an application i'm trying to port from sarge to etch. Here is the minimal application which mimics the problem. It's a simple QDialog with a QPushButton which triggers a KDirLister and print the result on stdout. It works well as long as i don't import khtm

[PyQt] SIP v4.7.1 and PyQt v4.3.1 Released

2007-09-28 Thread Phil Thompson
SIP v4.7.1 and PyQt v4.3.1 have been released and are available from the usual place. Both are mainly bug fixes. A new release of the Windows binary installer is also available. This includes ODBC support (but untested by me). Phil ___ PyQt mailing li

Re: [PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-28 Thread Detlev Offenbach
On Freitag, 28. September 2007, Sundance wrote: > Detlev wrote: > > Your fix doesn't work over here. It seems, that there is more about > > it. > > Aw crap. :) > > What version of Eric is it, running on what version of Python, and > what's the problem: does the fix cause it to not work in a differe

Re: [PyQt] PyQt Configure.py fails Login name: 01-001735

2007-09-28 Thread Phil Thompson
On Friday 28 September 2007, Chris Dunscombe wrote: > Hi, > > I'm trying to install the commercial version of PyQt 4.3 on Linux (SuSe > 10.2). I've got Python 2.5 and I've installed Qt 4.3.1, SIP 4.7 and > QScintilla 2.1. > > Now when I run python configure.py I get: > > Error: Please copy the lice

[PyQt] Re: PyQt Configure.py fails Login name: 01-001735 - I've worked out now!

2007-09-28 Thread Chris Dunscombe
Sorry guys just figured it out after looking at the error message code in configure.py. Too easy really and yes I was being stupid. Chris --- Chris Dunscombe <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to install the commercial version of PyQt 4.3 on Linux (SuSe > 10.2). I've got Python >

[PyQt] PyQt Configure.py fails Login name: 01-001735

2007-09-28 Thread Chris Dunscombe
Hi, I'm trying to install the commercial version of PyQt 4.3 on Linux (SuSe 10.2). I've got Python 2.5 and I've installed Qt 4.3.1, SIP 4.7 and QScintilla 2.1. Now when I run python configure.py I get: Error: Please copy the license file pyqt-commercial.sip to the sip directory. Now I've copie

[PyQt] PyQt Configure.py fails Login name: 01-001735

2007-09-28 Thread Chris Dunscombe
Hi, I'm trying to install the commercial version of PyQt 4.3 on Linux (SuSe 10.2). I've got Python 2.5 and I've installed Qt 4.3.1, SIP 4.7 and QScintilla 2.1. Now when I run python configure.py I get: Error: Please copy the license file pyqt-commercial.sip to the sip directory. Now I've copie

Re: [PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-28 Thread Sundance
Detlev wrote: > Your fix doesn't work over here. It seems, that there is more about > it. Aw crap. :) What version of Eric is it, running on what version of Python, and what's the problem: does the fix cause it to not work in a different way, or does it just fail to fix the problem I reported?

Re: [PyQt] newbie question re docks

2007-09-28 Thread Phil Thompson
On Thursday 27 September 2007, Horst Herb wrote: > Hi, > > I am new to PyQt4, trying to write my first app. > > I would like to write an application with multiple docking widgets. The > application should remember the state (size, location) of the docked > widgets (wherever the user has placed them