Re: which "GUI module" you suggest me to use?

2007-06-05 Thread ZioMiP
Matimus ha scritto:
>> I know that WxPython work only under Windows
> 
> Hmm, there seems to be some disparity between what you know and the
> truth...
> 
> WxPython works everywhere (Windows, Linux, MacOS), and it works well.
> Also, it has web widgets that come standard (wx.html.HtmlWindow).
> 
> Matt
> 

Thanks for this ^_^ so I think I'll try to migrate to wx
-- 
http://mail.python.org/mailman/listinfo/python-list


which "GUI module" you suggest me to use?

2007-06-05 Thread ZioMiP
Hi to all...

I'm actually using Tkinter for my GUI... but I need to "put a piece of a 
web-page in a widget" how can I do?

which GUI module do you suggest me to use for do that?

or which GUI module do you suggest me to use at all?

I'm acutally using Windows Xp but I also use Linux...

I know that WxPython work only under Windows and PyGTK work only under 
Linux... there's some other modules?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: which "GUI module" you suggest me to use?

2007-06-05 Thread ZioMiP
Cameron Laird ha scritto:
> In article <[EMAIL PROTECTED]>,
> ZioMiP  <[EMAIL PROTECTED]> wrote:
>> Hi to all...
>>
>> I'm actually using Tkinter for my GUI... but I need to "put a piece of a 
>> web-page in a widget" how can I do?
>>
>> which GUI module do you suggest me to use for do that?
>>
>> or which GUI module do you suggest me to use at all?
>>
>> I'm acutally using Windows Xp but I also use Linux...
>>
>> I know that WxPython work only under Windows and PyGTK work only under 
>> Linux... there's some other modules?
> 
> ?  wxPython is available for Linux and Mac OS X.  PyGTK is
> available for Windows.
> 
> Apparently you want to embed Web content in a Tkinter widget.
> There are several ways to do this.  Do you need a live browser,
> or is it enough to render HTML?

I think is like a "live browser"... not only render HTML because the 
webpage got a bit of javascript inside...
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: which "GUI module" you suggest me to use?

2007-06-06 Thread ZioMiP
ok ok , thanks to everybody ^_^

This HTML page that I need to put in my GUI is a little page with 
JavaScript that run something like banners...

not gif or animated gif... but text... text randomly choosen by a 
database that I can't control...

so, I need to put this "piece of browser" for looking the page and let 
it do the rest...
-- 
http://mail.python.org/mailman/listinfo/python-list