[PyQt] QtWebKit import error: corrupt dll?

2010-07-20 Thread mw
hello In trying the latest release of PyQt (PyQt-Py2.7-gpl-4.7.4-3.exe) for Windows I keep getting a dll error on import, specifically: import PyQt4.QtWebKit ImportError: DLL load failed: The specified module could not be found. QtWebKit4.dll is present in the site-packages\PyQt4\bin directory,

Re: [PyQt] adding keypress event

2010-12-23 Thread mw
hope this helps. written on python 2.7 with pyqt 4.8.1 on WinXP On Thu, Dec 23, 2010 at 6:14 AM, Janwillem van Dijk jwevand...@xs4all.nlwrote: I have small application build with Eric/Qt Designer. Even for somebody like me who does not really understand events, slots, signals and signatures

Re: [PyQt] Get platform?

2011-02-15 Thread mw
import os os.name http://docs.python.org/library/os.html On Tue, Feb 15, 2011 at 8:51 AM, todd rme toddrme2...@gmail.com wrote: Is there any way inside pyqt, or in python, to determine what platform you are using? Specifically, I want to know if the widget is done in x11. I don't think I

Re: [PyQt] phonon videoplayer stopped working going from pyqt 4.7 to 4.8

2011-03-02 Thread mw
Any ideas why this could be? I have the same issue here with a 4.8.1 install. Sample app attached. Whether using the VideoPlayer or building my own media graph for video the picture never showed and python keeps throwing the same error: WARNING: Phonon::createPath: Cannot connect

Re: [PyQt] phonon videoplayer stopped working going from pyqt 4.7 to 4.8

2011-03-03 Thread mw
Nokia fixed this with their 4.7.2 update, which was released March 1st. Now we just have to wait for a PyQt update. Thanks for the info; much appreciated. -mark ___ PyQt mailing listPyQt@riverbankcomputing.com