[wxpython-users] Re: Problems on importing Hml Window

David Anderson zerty.david at gmail.com
Tue Mar 25 07:53:35 PDT 2008


Errm, NOw it's working.. Maybe its some bug in pydev...
Well, Now I cant show the dialog?
Here's my code:

def onView(self,evt):
        w=3D html.HtmlWindow(self,-1, name =3D "Visualizar")
        w.LoadPage('C:\Ufcg\Workspace\ProjetoPIII\src\correcao.html')
        w.Show(True)


On Tue, Mar 25, 2008 at 11:48 AM, David Anderson <zerty.david at gmail.com>
wrote:

> Well, i'm using Eclipse/PyDev, I'm tring to make a simple html window to
> show a local page...
> the ting is
> here is my impot:
> import wx
>
> And at this line:
> window =3D wx.html.HtmlWindow(self,-1, name =3D "View")
>
> It says that
> ImportError: No module named HtmlWindow
>
> What am I doing wrong?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200803=
25/e715e04c/attachment.htm


More information about the wxpython-users mailing list