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
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
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
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
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
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
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
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
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
--
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
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
> [: 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
__
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo