[PyQt] Question about the new Signals / Slots mechanism.

2011-01-31 Thread Thomas Mansencal
Hello, I wanted to update my code to use the new Signals / Slots mechanism but I'm running into some troubles that I don't manage to understand. Here is the snippet that I use : import inspect import functools import sys from PyQt4 import QtGui, QtCore def getArgs(object_): return

Re: [PyQt] QWebView, Google Maps issue on Windows.

2011-01-27 Thread Thomas Mansencal
Apparently it's not the fact of PyQt, I just did a quick example in C++ and it's the same. I opened a ticket on Qt tracker : http://bugreports.qt.nokia.com/browse/QTBUG-16970 Here is the C++ snippet : #include QtGui/QApplication #include QtWebKit int main(int argc, char *argv[]) {

[PyQt] Previous PyQt Releases

2011-01-27 Thread Thomas Mansencal
Hi, Is there a way to access previous PyQt releases somewhere ? I'm searching for that release : PyQt-Py2.6-gpl-4.7.3-2.exe but for python 2.7 ( if it exists at all ). Thanks, Thomas ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] QWebView, Google Maps issue on Windows.

2011-01-11 Thread Thomas Mansencal
Ok thanks for the information and taking time to test Antonio, I don't really understand what's happening there because the HTML file doesn't present much issues, it's maybe related to Qt 4.7 / QWebkit. Anyone has an idea ? KS 2011/9/2 Antonio Valentino antonio.valent...@tiscali.it [PyQT]

[PyQt] SIP 4.8.2 And Snow Leopard

2009-09-04 Thread Thomas Mansencal
Hello, I'm trying to Build SIP 4.8.2 on Snow Leopard to update all my PyQt Installation and I'm encountering an error during the Make. Here is the Configure part : Lilith:sip-4.8.2 KelSolaar$ python configure.py This is SIP 4.8.2 for Python 2.6.2 on darwin. The SIP code generator will be