Dear
PyQt4 developers -
I am currently running Python 2.5,2, with IDLE version 1.2.2 under Win_XP.
I'm new to using PyQt along with PyOpenGL. I have searched a bit and
surprised, I was unable to find the answer to my most basic question
concerning the functionality of Python's print statem
> The only thing I can see is that it's on a
non-standard port.
Take a look at QUrl::setPort, you need to tell Qt about the non-standard
port.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
Apart from the fact that I put "PyQT4" instead of "PyQt4" (oops), it should
work fine. The same code runs on WinXP and Linux for me. Are you using the
latest version of PyQt4 ?
On Wednesday 24 September 2008 6:00:05 am you wrote:
> So I tried to try this... being (currently) a PyQt Windows use
Hi list,
I have a problem with PyQT.
I am a little lost with something I don't understand.
I try to remove a QVBoxLayout containing other widget.
I have a list of theses QVBoxLayout contained in a scrollArea.
When I want to delete one, all dessapear !
The short code is easier to understand my p
On Wednesday 24 September 2008, Glenn Linderman wrote:
> So I tried to try this... being (currently) a PyQt Windows user. The
> code below wouldn't run at all.
>
> Transforming it to:
>
> #!/usr/bin/env python
> from PyQt4 import QtCore, QtGui, QtWebKit
>
> app = QtGui.QApplication([])
> web = QtW