chundiliu / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

demos/ServerBrowser.py #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python ServerSideBrowser.py -v
2. `o http://www.google.com/

What is the expected output? What do you see instead?

I had to add a bunch of imports:
import PyV8, urllib2, BeautifulSoup
from wx.html import HtmlWindow

But it's still not working. I get an error on line 175 when creating the 
HtmlWindow. It looks like the arguments are not right.

How am I supposed to run this script?

Original issue reported on code.google.com by marcbelm...@gmail.com on 8 Dec 2011 at 3:18

GoogleCodeExporter commented 8 years ago
HtmlWindow is not coming from wx.html, please check browser.py for more detail.

Original comment by flier...@gmail.com on 15 Dec 2011 at 2:00