Re: [PyKDE] Windows install broken

2006-11-13 Thread Xavier Décoret
Phil Thompson a écrit : On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote: Hi, I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the windows installer. PyQt4 applications do not run, complainging

[PyKDE] Windows install broken

2006-11-12 Thread Xavier Décoret
Hi, I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the windows installer. PyQt4 applications do not run, complainging that Qt4Core.dll cannot be found. Have I done something wrong or is it normal? PS: I

Re: [PyKDE] undefined symbol: _ZNK18QX11EmbedContainer5errorEv

2006-11-03 Thread Xavier Décoret
Andrew Wilkinson a écrit : Hi, I can compile the latest snapshot of PyQt fine, however when I try to import it I get the following error... Python 2.5 (r25:51908, Oct 25 2006, 09:55:50) [GCC 4.1.1 (Gentoo 4.1.1)] on linux2 Type help, copyright, credits or license for more information. from

[PyKDE] Pb with QTextDocument.clone()

2006-08-06 Thread Xavier Décoret
Hello, the following simple code crashes python under windows. Under linux, it randomly crashes but less often. It really sounds like a deallocated object problem. I am using Qt4.1.4 with PyQt4.0.1 and Python 2.4. Am I missing something or should I do a bug report? from PyQt4.QtCore import *

[PyKDE] Port to Qt4

2005-06-20 Thread Xavier Décoret
Hi I am developping an open source tool based on Qt and PyQt. One of the feature I have to implement now is already present in Qt4 (using QPainter on a QGLWidget). Implementing it for Qt3 is feasible but har,long,error-prone and smells like a waste of time! So the question is: are there any

Re: [PyKDE] Port to Qt4

2005-06-20 Thread Xavier Décoret
Phil Thompson a écrit : Hi I am developping an open source tool based on Qt and PyQt. One of the feature I have to implement now is already present in Qt4 (using QPainter on a QGLWidget). Implementing it for Qt3 is feasible but har,long,error-prone and smells like a waste of time! So the