Re: [PyQt] VendorId issue

2011-01-11 Thread Ulrich Berning
Try to build it as a console application (-c) with support for the verbose flag (-v). Then start it with -vv and look at the output. This may identify the problems. Ulli -Ursprüngliche Nachricht- Von: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] Im

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]

Re: [PyQt] BUG: uiparser.py:161: AttributeError: 'module' object has no attribute 'StackedWidget'

2011-01-11 Thread Phil Thompson
On Tue, 11 Jan 2011 04:04:50 +0300, Vladimir Rutsky rutsky.vladi...@gmail.com wrote: Hello, Installed on Windows XP Python v2.7.1 and PyQt v4.8.1 for Python 2.7. Running of following code that creates simple window from UI file raises AttributeError: # main.py import sys from PyQt4

[PyQt] Question TreeView, delegates, and functions

2011-01-11 Thread James Polk
Okay,..I gotta' good one for ya'll...lol I have a TreeView displaying data,..it's supported by a QStyleItemDelegate that's controlling the editing/display of various cells in the TreeView. There is a plainTextEdit window also in the main window. When a user makes a selection in the TreeView,

Re: [PyQt] Question TreeView, delegates, and functions

2011-01-11 Thread Andreas Pakulat
On 11.01.11 19:19:55, James Polk wrote: Okay,..I gotta' good one for ya'll...lol I have a TreeView displaying data,..it's supported by a QStyleItemDelegate that's controlling the editing/display of various cells in the TreeView. There is a plainTextEdit window also in the main window.