Re: [PyQt] PyQt 4.4-snapshot-20080507: Running webbrowser.py

2008-05-09 Thread Aaron Digulla
Phil Thompson schrieb: > On Thursday 08 May 2008 21:08:42 Aaron Digulla wrote: >> When I run python examples/activeqt/webbrowser/webbrowser.py, I get this >> error with the latest snapshot: >> >> Traceback (most recent call last): >> File "examples/activeqt/webbrowser/webbrowser.py", line 22, in

Re: [PyQt] PyQt 4.4-snapshot-20080507: Running webbrowser.py

2008-05-08 Thread Phil Thompson
On Thursday 08 May 2008 21:08:42 Aaron Digulla wrote: > When I run python examples/activeqt/webbrowser/webbrowser.py, I get this > error with the latest snapshot: > > Traceback (most recent call last): > File "examples/activeqt/webbrowser/webbrowser.py", line 22, in > from PyQt4 import QtCor

[PyQt] PyQt 4.4-snapshot-20080507: Running webbrowser.py

2008-05-08 Thread Aaron Digulla
When I run python examples/activeqt/webbrowser/webbrowser.py, I get this error with the latest snapshot: Traceback (most recent call last): File "examples/activeqt/webbrowser/webbrowser.py", line 22, in from PyQt4 import QtCore, QtGui, QAxContainer ImportError: cannot import name QAxContain