[PyQt] Using Python's "print" or sys.stdout.write( "str" ) inside of PyQt4.

2008-09-24 Thread Peter Lindener
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

[PyQt] QWebKit issue with certain URLs

2008-09-24 Thread Chris G
> 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

Re: Portability: [Was: Re: [PyQt] QWebKit issue with certain         URLs]

2008-09-24 Thread alanm
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

[PyQt] Removing a Layout

2008-09-24 Thread Samuel GARCIA
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

Re: Portability: [Was: Re: [PyQt] QWebKit issue with certain URLs]

2008-09-24 Thread Jan Ekholm
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