473,698 Members | 2,943 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

which "GUI module" you suggest me to use?

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?
Jun 5 '07 #1
22 1402
Hi!
Only under Win: PLUIE (http://ponx.org/ponx/guie)
This GUI is natively HTML.

--
@-salutations

Michel Claveau
Jun 5 '07 #2
On Jun 5, 2:57 pm, ZioMiP <m...@fastwebne t.itwrote:
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?
Maybe you can try Tkhtml. It supports both Windows and Linux.

Simon

Jun 5 '07 #3
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.HtmlWi ndow).

Matt

Jun 5 '07 #4
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.HtmlWi ndow).

Matt
Thanks for this ^_^ so I think I'll try to migrate to wx
Jun 5 '07 #5

ZioMiP je napisao/la:
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?
have you considered using qt, i.e., pyqt, pyqwt? unlike wx, qt draws
its own icons...

Jun 5 '07 #6
In article <p%************ *****@tornado.f astwebnet.it>,
ZioMiP <mi*@fastwebnet .itwrote:
>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?
Jun 5 '07 #7
Cameron Laird ha scritto:
In article <p%************ *****@tornado.f astwebnet.it>,
ZioMiP <mi*@fastwebnet .itwrote:
>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...
Jun 5 '07 #8
On 2007-06-05, ZioMiP <mi*@fastwebnet .itwrote:
I know that WxPython work only under Windows and PyGTK work only under
Linux...
You 'know' wrong.

wxPython works fine under Windows, Linux and OSX.

PyGTK works under Linux and Windows, but doens't use native
widgets under Windows, so it won't look like a "normal" windows
app.
there's some other modules?
PyQt

--
Grant Edwards grante Yow! Xerox your lunch
at and file it under "sex
visi.com offenders"!
Jun 6 '07 #9
On Jun 5, 4:17 pm, ZioMiP <m...@fastwebne t.itwrote:
Cameron Laird ha scritto:
In article <p%k9i.8712$BU3 .5...@tornado.f astwebnet.it>,
ZioMiP <m...@fastwebne t.itwrote:
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...
Is this webpage untouchable, or is HTML rendering just a shortcut to
avoid redesigning part of the app? If you need faithful rendering of
an arbitrary webpage along with a Javascript runtime, that's a bigger
issue, and you might want to look at some of the Mozilla tools,
particularly XULRunner:

http://developer.mozilla.org/en/docs...er_with_Python

Otherwise, wxPython's HTML widget or TkHtml should be fine -- your
code will probably be easier to maintain and debug if you translate
that bit of Javascript to Python (language constructs are similar,
especially with xml.dom.minidom ).

Jun 6 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
1613
by: phony | last post by:
Hi all, I am programming under Linux using c++. I need to visualize some curves and 2-D graphs in my program. Is there any package to do this? And I also need to add a user interfaces to my program. Could you also suggest a tool for GUI? GTK+ and QT are popular. Which one is better to use for normal program? Thanks a lot! Best wishes!
3
1582
by: Paramesh | last post by:
Hello friends, My friend asked me this question: This question regards proprietary software (of which I am one of the developers), so I cannot post actual code for this question. I will try to use illustrative examples. I have two libraries for distribution; one is an essential library and the other is an add-on (providing specialized extensions and
5
3691
by: Bob | last post by:
Are they different names for the same concept ?
5
15419
by: BH | last post by:
Hi what would be the C# equivalent of a VB.NET file that looks like this: Module Utilities Public Sub UtilitySubOne ( ByVal arg As String) // blah blah End Sub
1
2593
by: Xiao Jianfeng | last post by:
Hello, In pymol I can use "from chempy import Atom" but "import chempy.Atom" doesn't work. It says,"ImportError: No module named Atom". What is going wrong ? Thanks
3
16509
by: David T. Ashley | last post by:
Hi, Red Hat Enterprise Linux 4.X. I'm writing command-line PHP scripts for the first time. I get the messages below. What do they mean? Are these operating system library modules, or something in PHP that I don't have? Do I need to install more Linux packages? Or adjust PHP in some way?
24
2855
by: invitro81 | last post by:
Hello I've recently learnt python and I do love it! I congratulate all those geeks who produce this nice language; well, because I could be called a nearby newbee I've decided to improve my abilities by writing my own nice editor with python; so I've to choose among all those GUI toolkit's available there.. But I've no idea which one I should use to start with.. I've read that tkinter seems to be the de facto standart in the pyhon...
0
2061
by: Shehryar | last post by:
AOA, I urgently want to know the major difference between "Module" and a "Class Module". Plz, reply me as early as possible. Thanx!
3
5916
by: Mac Campbell | last post by:
For some unknown reason my mdb seemed to drop a module I had named "Utilities". I tried to copy the module back in from a backup copy and got the error message "<<MyProject>> is currently unable to rename the form, report, or module to 'Utilities' ... Close the database, reopen it, and try the rename operation again." This didn't work. It seemed that other modules could still be renamed normally, but this one - "Utilities" - could not. I could...
0
8610
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7740
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4623
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.