[PyQt] py2exe and QtWebKit problem

echo0101 at gmail.com echo0101 at gmail.com
Tue Sep 9 19:48:51 BST 2008


someone on the webkit irc was nice enough to help me...

turns out the trivial solution to this is to include PyQt4.QtNetwork


On Tue, Sep 9, 2008 at 6:50 PM, <echo0101 at gmail.com> wrote:

> Hi,
> I am having the same problem using py2exe with a pyqt application with
> qwebview.  Has anyone found a solution?
>
> Thanks.
>
>
> Original Message:
>
> Hi,
>
> I'm trying to make an exe from a PyQt4 app that uses WebKit. But I've got
> the
> following problem :
>
> Traceback (most recent call last):
>    File "main.py", line 11, in <module>
>    File "app_ui.pyc", line 172, in <module>
>    File "PyQt4\QtWebKit.pyc", line 12, in <module>
>    File "PyQt4\QtWebKit.pyc", line 10, in __load
> ImportError: No module named QtNetwork
>
> Here's my setup.py file :
>
> #!/usr/bin/env python
> # -*- coding: utf-8 -*-
>
> from distutils.core import setup
> import py2exe
>
> setup(  windows=[{"script":"main.py"}],
>          options={
>              "py2exe":{"includes":["sip"]}} )
>
> Any idea on how to fix this ?
>
> Thanks.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080909/a9ebe8e1/attachment.html


More information about the PyQt mailing list