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 <[EMAI

[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 Windows

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

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, whi

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, y

[PyQt] Bug report (scribble example)

2008-05-21 Thread Håkon Bertheussen
The behavior of the scribble example (in examples/widgets/scribble.pyw) differs somewhat from the Qt version. When drawing there will sometimes be gaps in the scribbles even if the mouse button is pressed the whole time. This is due to a bug in the calculation of the update rectangle in drawLin

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 listPyQt

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 ge

[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] 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 update

[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 recent

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 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 c

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 tha

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

2008-05-21 Thread contact
BTW, I still get the missing dll error (MSVCP80.DLL) when running Python/PyQt scripts with the 4.4.2 release. Pierre -- Pierre Raybaut ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[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 "", line 1, in ImportError: /usr/lib/python2.5/site-packages

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]>: > > Actually I meant: would it be possible for you to add a control > statement > > using "IfSilent" in your NSIS script to skip this dialog box if installer > > was run in silent mode? > What do you want to happen when silent? Add the directory to the

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

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 12:35:39 Python(x,y) wrote: > 2008/5/21 Phil Thompson <[EMAIL PROTECTED]>: > > > Since the 4.4.1 release, one cannot install PyQt silently because -even > > > > in > > > > > silent mode- there is a new dialog box asking: "Do you want to update > > > > PATH > > > > > for all

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]>: > > Since the 4.4.1 release, one cannot install PyQt silently because -even > in > > silent mode- there is a new dialog box asking: "Do you want to update > PATH > > for all users?". > > > > So my question is: would it be possible to update PATH for all

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

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 09:30:48 Python(x,y) wrote: > Hi, > > I am distributing PyQt in a free Python/Eclipse distribution (Python(x,y) : > http://www.pythonxy.com). > So, basically, I need to be able to run the PyQt GPL installer silently > (with the "/S" option) which was working perfectly until

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

2008-05-21 Thread Python(x,y)
Hi, I am distributing PyQt in a free Python/Eclipse distribution (Python(x,y) : http://www.pythonxy.com). So, basically, I need to be able to run the PyQt GPL installer silently (with the "/S" option) which was working perfectly until the 4.3.3-2 release. Since the 4.4.1 release, one cannot insta

[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 did