wx Browser-objekt for python on Linux

2006-07-08 Thread spooky
Hey, For windows there is a object wx.lib.iewin to integrate a browserwindow into a python-wx-application. I need a similar object, that runs under linux. Need help!!! Thx, Spooky -- http://mail.python.org/mailman/listinfo/python-list

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread shibaji . bannerjee
The wx demos contain an embedded browser (integrates an IE window) example. spooky wrote: Hey, For windows there is a object wx.lib.iewin to integrate a browserwindow into a python-wx-application. I need a similar object, that runs under linux. Need help!!! Thx, Spooky --

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread shibaji . bannerjee
The wx demos contain an embedded browser (integrates an IE window) example. spooky wrote: Hey, For windows there is a object wx.lib.iewin to integrate a browserwindow into a python-wx-application. I need a similar object, that runs under linux. Need help!!! Thx, Spooky --

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread spooky
IE is for Windows...I need something for unix-systems :( Thx -- spooky -- http://mail.python.org/mailman/listinfo/python-list

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread [EMAIL PROTECTED]
Hi Spooky, Try looking at the wx.HtmlWindow demo - it is cross platform and is pretty capable. Thanks, Davy Mitchell http://www.latedecember.com/sites/personal/davy/ -- http://mail.python.org/mailman/listinfo/python-list

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread spooky
Hey, Try looking at the wx.HtmlWindow demo Thank you...I know wx.HtmlWindow but that object can not parse Javascript code :(( I need a cross-platform object that can parse js-scripts :( Can someone help me?? Bye, Spooky -- http://mail.python.org/mailman/listinfo/python-list

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread Nigel Rowe
spooky wrote: Hey, Try looking at the wx.HtmlWindow demo Thank you...I know wx.HtmlWindow but that object can not parse Javascript code :(( I need a cross-platform object that can parse js-scripts :( Can someone help me?? Bye, Spooky http://wxmozilla.sourceforge.net/ exists