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= html.HtmlWindow(self,-1, name = “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@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 wxAnd at this line:
window = wx.html.HtmlWindow(self,-1, name = “View”)It says that
ImportError: No module named HtmlWindowWhat am I doing wrong?