Hello,
I'm intesresting to see how you use VTK with PyQt. Is your code visible
somewhere on the web ?
Best regards and sorry for not ansewering your question.
Christophe
My Windows application uses PyQt and VTK. When I try to build an executable
with py2exe, the following modules appear to be
My Windows application uses PyQt and VTK. When I try to build an executable
with py2exe, the following modules appear to be missing:
'libvtkCommonPython', 'libvtkFilteringPython', 'libvtkGenericFilteringPython',
'libvtkGeovisPython', 'libvtkGraphicsPython', 'libvtkHybridPython',
'libvtkIOPyth
Hello,
I have a question (which may stem from either a bug in PyQt, Qt, or just
my understanding of how Qt is supposed to work). In particular,
according to the Qt documentation
(http://doc.trolltech.com/4.6/qwidget.html#setMask) masked widgets are
only supposed to receive mouse events on th
Greetings all,
I'm having a problem I don't know how to address. Just plain completely at a
loss.
The issue: on Linux, when the NAS sound server isn't installed (which is the
case on most distros nowadays), QSound.isAvailable() blocks for several
seconds before returning. Since it runs in the
Are there available somewhere older versions of PyQt4 windows exe
installers? I need like 4.6 to build a binary app with py2exe ;) 4.7 doesn't
want to work, and I can't make it work nicely.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.r
I updated PyQt from 4.7.1-snapshot-20100120 to snapshot-4.7.1-02f7e71246f9,
and that seemed to fix the issue. Now, I get what looks like a valid history
file. (254 bytes from my modified version of Russel's code)
On Mon, Mar 15, 2010 at 13:54, David Bronke wrote:
> I had already done those 2 cha
I had already done those 2 changes in my version of his script; I've
attached my modified version. With this version, I still get a zero-length
file.
On Mon, Mar 15, 2010 at 13:48, Phil Thompson wrote:
> On Mon, 15 Mar 2010 13:24:21 -0500, Russell Valentine
> wrote:
> > Yes, my fault. How abou
On Mon, 15 Mar 2010 13:24:21 -0500, Russell Valentine
wrote:
> Yes, my fault. How about this one:
> It will be a while before I can try it. In the process up upgrading to
> Qt4.6
> ===
>
> from PyQt4 import QtCore, QtGui, QtWebKit
> import sys
>
>
> class MainWindow(QtGui.QMainWindow):
In my example, there is an event loop, and it still gets a zero-length file.
I've modified Russel's example to have an event loop, and it still exhibits
the same behavior.
On Mon, Mar 15, 2010 at 13:09, Phil Thompson wrote:
> On Mon, 15 Mar 2010 12:57:27 -0500, David Bronke
> wrote:
> > Well, ac
Yes, my fault. How about this one:
It will be a while before I can try it. In the process up upgrading to Qt4.6
===
from PyQt4 import QtCore, QtGui, QtWebKit
import sys
class MainWindow(QtGui.QMainWindow):
def __init__(self):
super(QtGui.QMainWindow, self).__init__()
On Mon, 15 Mar 2010 12:57:27 -0500, David Bronke
wrote:
> Well, according to the Qt docs, the << and >> operators for QWebHistory
> were
> added in Qt 4.6, which would explain why it's just giving you
> NotImplemented
> under Qt 4.5.3... I'm not seeing that output here, though, and I'm still
> get
Well, according to the Qt docs, the << and >> operators for QWebHistory were
added in Qt 4.6, which would explain why it's just giving you NotImplemented
under Qt 4.5.3... I'm not seeing that output here, though, and I'm still
getting a zero-length file. (with your test script as well)
On Mon, M
Looks like your on to something unless I did something wrong as well. I
wrote a little simple case. Using .__lshift__ instead of "<<" just made
it not have an exception but it shows as "NotImplemented" in the console.
Qt: 4.5.3
PyQt4: 4.7
Python: 2.6.4
=
from PyQt4 import QtCo
Sorry, I spoke to soon. Using out.__lshift__(view.page().history()) yeilds a
zero-length file. Attached is another somewhat minimal test case; it loads
google, wikipedia, and CNN one after the other, and when CNN is loaded, it
saves the web view's history to a file and checks the file's length. On
That works great, thanks!
On Mon, Mar 15, 2010 at 00:45, Russell Valentine wrote:
> out.__lshift__(view.page().history())
>
> David Bronke wrote:
>
>> In the QWebHistory documentation (both on the main Qt site and at
>>
>> http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebhistory.htm
On Mon, 15 Mar 2010 15:40:14 +0300, z wrote:
> 2010/3/15 Phil Thompson
>
>> On Mon, 15 Mar 2010 15:12:01 +0300, z wrote:
>> > 2010/3/15 Phil Thompson
>> >
>> >> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
>> >> > 2010/3/5 Phil Thompson
>> >> >
>> >> >> On Fri, 5 Mar 2010 00:35:21 +0100, Kiw
2010/3/15 Phil Thompson
> On Mon, 15 Mar 2010 15:12:01 +0300, z wrote:
> > 2010/3/15 Phil Thompson
> >
> >> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
> >> > 2010/3/5 Phil Thompson
> >> >
> >> >> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi
> wrote:
> >> >> > Hi,
> >> >> > I'm totally new to Py
On Mon, 15 Mar 2010 15:12:01 +0300, z wrote:
> 2010/3/15 Phil Thompson
>
>> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
>> > 2010/3/5 Phil Thompson
>> >
>> >> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi wrote:
>> >> > Hi,
>> >> > I'm totally new to PyQt programming.
>> >> > While I was writing a
2010/3/15 Phil Thompson
> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
> > 2010/3/5 Phil Thompson
> >
> >> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi wrote:
> >> > Hi,
> >> > I'm totally new to PyQt programming.
> >> > While I was writing a very simple app for the system tray I think I
> >> > fou
On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
> 2010/3/5 Phil Thompson
>
>> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi wrote:
>> > Hi,
>> > I'm totally new to PyQt programming.
>> > While I was writing a very simple app for the system tray I think I
>> > found
>> a
>> > bug.
>> > Here is a simple t
On Sun, 14 Mar 2010 22:29:29 -0500, David Bronke
wrote:
> In the QWebHistory documentation (both on the main Qt site and at
>
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebhistory.html)
> the method for loading and saving history for a QWebPage is described as:
>
> QWebHistory's
21 matches
Mail list logo