[PyQt] Previous bundle (4.3.3) for windows?

2008-05-21 Thread Carlos
Short question: Would it be possible to get the previous bundle package for windows (PyQt-Py2.5-gpl-4.3.3-2.exe) available somewhere? Longer version and justification: 1.- The new bundled package for windows (PyQt-Py2.5-gpl-4.4.2-1.exe ) does not include PyQwt . 2.- PyQt-Py2.5-gpl-4.3.3-2.exe

[PyQt] ImportError on QtGui. PyQt4.4 commercial

2008-05-21 Thread Darryl Wallace
Hello, I've just installed: Qt4.4, SIP 4.7.5 PyQt 4.4 On Ubuntu 8.04. Everything installed fine. But now upon attempting to import QtGui I get the following error: from PyQt4 import QtGui Traceback (most recent call last): File stdin, line 1, in module ImportError:

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 13:45:42 [EMAIL PROTECTED] wrote: BTW, I still get the missing dll error (MSVCP80.DLL) when running Python/PyQt scripts with the 4.4.2 release. Which is MSVC 2005 isn't it? As Python is built with MSVC 2003 and PyQt and Qt are built with MinGW then I don't see how that

[PyQt] Re: ImportError on QtGui. PyQt4.4 commercial

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 13:42:08 Darryl Wallace wrote: Hello, I've just installed: Qt4.4, SIP 4.7.5 PyQt 4.4 On Ubuntu 8.04. Everything installed fine. But now upon attempting to import QtGui I get the following error: from PyQt4 import QtGui Traceback (most recent call last):

Re: [PyQt] Issues with PyKDE4 and i18n API

2008-05-21 Thread Chusslove Illich
[: Chusslove Illich, 2008-04-18 :] KDE 4 i18n API [...] For the same semantics to be fully supported by the Python bindings, some special care is needed. Any deliberations regarding this matter? -- Chusslove Illich (Часлав Илић) pgpI5Qj1TWlSD.pgp Description: PGP signature

[PyQt] Re: ImportError on QtGui. PyQt4.4 commercial

2008-05-21 Thread Darryl Wallace
Phil Thompson wrote: On Wednesday 21 May 2008 13:42:08 Darryl Wallace wrote: Hello, I've just installed: Qt4.4, SIP 4.7.5 PyQt 4.4 On Ubuntu 8.04. Everything installed fine. But now upon attempting to import QtGui I get the following error: from PyQt4 import QtGui Traceback (most

Re: [PyQt] configuring pykde4, error

2008-05-21 Thread Darren Dale
On Tuesday 20 May 2008 03:29:14 pm Jim Bublitz wrote: On Tuesday 20 May 2008 10:47, Darren Dale wrote: At that point, I get another can't use default assignment operator error: I'm not sure what's causing that error, which seems to be the basic problem (other than having an updated

[PyQt] eric4 segfault after upgrading to SIP-4.7.6/PyQT4-4.4.2

2008-05-21 Thread Darren Dale
This morning I updated SIP to version 4.7.6 and PyQt4 to version 4.4.2 on a 64bit gentoo linux system. When I launch eric4, I get a segfault that looks like it is originating from QScintilla: 2008-05-21, 10:31:43

Re: [PyQt] eric4 segfault after upgrading to SIP-4.7.6/PyQT4-4.4.2

2008-05-21 Thread Detlev Offenbach
Hi, did you regenerate the QScintilla2 Python bindings AFTER updating PyQt4? That is a common error. Regards, Detlev On Mittwoch, 21. Mai 2008, Darren Dale wrote: This morning I updated SIP to version 4.7.6 and PyQt4 to version 4.4.2 on a 64bit gentoo linux system. When I launch eric4, I get

Re: [PyQt] eric4 segfault after upgrading to SIP-4.7.6/PyQT4-4.4.2

2008-05-21 Thread Darren Dale
On Wednesday 21 May 2008 11:17:16 am Detlev Offenbach wrote: Hi, did you regenerate the QScintilla2 Python bindings AFTER updating PyQt4? That is a common error. Oh, thank you. My mistake, I'm sorry for adding noise. ___ PyQt mailing list

Re: [PyQt] eric4 segfault after upgrading to SIP-4.7.6/PyQT4-4.4.2

2008-05-21 Thread Detlev Offenbach
On Mittwoch, 21. Mai 2008, Darren Dale wrote: On Wednesday 21 May 2008 11:17:16 am Detlev Offenbach wrote: Hi, did you regenerate the QScintilla2 Python bindings AFTER updating PyQt4? That is a common error. Oh, thank you. My mistake, I'm sorry for adding noise. Never mind, you're not

Re: [PyQt] configuring pykde4, error

2008-05-21 Thread Jim Bublitz
On Wednesday 21 May 2008 07:04, Darren Dale wrote: On Tuesday 20 May 2008 03:29:14 pm Jim Bublitz wrote: On Tuesday 20 May 2008 10:47, Darren Dale wrote: At that point, I get another can't use default assignment operator error: I'm not sure what's causing that error, which seems to be

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Python(x,y)
2008/5/21 Phil Thompson [EMAIL PROTECTED]: On Wednesday 21 May 2008 13:45:42 [EMAIL PROTECTED] wrote: BTW, I still get the missing dll error (MSVCP80.DLL) when running Python/PyQt scripts with the 4.4.2 release. Which is MSVC 2005 isn't it? Absolutely. As Python is built with MSVC

[PyQt] PyQt app not displaying icons from ui file

2008-05-21 Thread Thorsten Kampe
Hi, I've got a rather weird issue with a (more or less proof of concept for me) application. The program used to work fine but I did not start it for more about six months. Now (maybe not directly connected) after updating to PyQt 4.4 I can't see any icons in this app on Linux while on

Re: [PyQt] PyQt app not displaying icons from ui file

2008-05-21 Thread Gustavo A. Díaz
This is supposed to be fixed with PyQt4.4.2 if i am not wrong, cause same problem was happening to me, was reported here in the ML, and was fixed in that release. Maybe you should try to build that one. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/5/21, Thorsten Kampe