gui开发 [英] gui developing

查看:73
本文介绍了gui开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我正在调试在python中开发一个gui应用程序作为

新手的想法。我应该使用哪个模块?

我注意到我的gentoo上已经安装了wxpython,而且他们wiki上的

示例看起来很简单。可以吗或者我应该使用蜡或

别的东西吗?


Mage

Hello,
I am flirting with the idea of developing a gui app in python as a
newbie. Which module should I use?
I have noticed that wxpython is already installed on my gentoo and the
examples on their wiki looks easy. Is it okay or should I use wax or
something else?

Mage

推荐答案

我也是Python的新手。但是,来自Java

背景和Swing ......我跳进了Jython。它让我使用我之前的

摇摆知识来制作GUI。然而,python附带了Tkinter

这是''标准''gui库。我建议查看Tkinter,

但我没有太多与其他人的经验。


其他一些我听说过的... wxWidgest,和Python卡

I am fairly new to Python as well. However, coming from a Java
background and Swing...I jumped into Jython. It let me use my previous
swing knowledge to make GUI''s. However, python comes with Tkinter
which is the ''standard'' gui library. I''d suggest checking out Tkinter,
but i dont have much experience with others.

some other ones I have heard about... wxWidgest, and Python Card


Python卡包裹wxPython。


wxPython是wxWidgets的包装器。因此,它可能不会感觉非常夸夸其谈。


我个人非常喜欢wxPython - 这就是边缘爱情!

wxPython并不难以接受,邮件列表上的人们

特别有帮助。 wxPython'的创造者,Robin Dunn似乎没有睡觉或吃饭,并且不断回答问题。不,我是

严重的罗宾不吃饭或睡觉 - 我还在努力寻找一个实际上遇到他的人。我个人认为他是一个机器人。


但是请注意,有些人质疑

跨平台性" wxPython。我一直在做GUI的东西

专门用于windows,所以我真的不能说这个。


jw


2005年4月22日10:41:49 -0700,codecraig< co ******* @ gmail.com>写道:
Python Card wraps around wxPython.

wxPython is a wrapper around wxWidgets. Because of this, it may not
feel very "pythonic."

I personally really like wxPython -- heck it is borderline love!
wxPython isn''t that hard to pick up and the folks on the mailing list
are especially helpful. wxPython''s creator, Robin Dunn doesn''t seem
to sleep or eat and is constantly answering questions. No, I''m
serious Robin doesn''t eat or sleep -- I''m still trying to find someone
who has actually met him. I personally believe he is a robot.

Be warned though, that some people question the
"cross-platformability" of wxPython. I''ve been doing GUI stuff
exclusively for windows, so I can''t really speak to this.

jw

On 22 Apr 2005 10:41:49 -0700, codecraig <co*******@gmail.com> wrote:
我也是Python的新手。但是,来自Java
背景和Swing ......我跳进了Jython。它让我使用我以前的摇摆知识来制作GUI'。然而,python附带了Tkinter
这是''标准''gui库。我建议查看Tkinter,
但我没有太多与其他人的经验。

我听说过的其他一些... wxWidgest和Python Card

-
http://mail.python .org / mailman / listinfo / python-list
I am fairly new to Python as well. However, coming from a Java
background and Swing...I jumped into Jython. It let me use my previous
swing knowledge to make GUI''s. However, python comes with Tkinter
which is the ''standard'' gui library. I''d suggest checking out Tkinter,
but i dont have much experience with others.

some other ones I have heard about... wxWidgest, and Python Card

--
http://mail.python.org/mailman/listinfo/python-list



我最近一直在使用gtk + 2和glade2。我喜欢林间空地因为它

允许我在视觉上设计我的界面然后使用我最喜欢的

编辑器来编码所有的回调。最好的UI存储为你刚从python程序加载的

xml文件。


如需一个好的介绍,请看看这篇文章来自Linux

期刊:
http:// www.linuxjournal.com/article/6586


克里斯

I have recently been using gtk+2 and glade2. I love glade because it
allows me to visually design my interface and then use my favorite
editor to code up all the callbacks. Best of all the UI is stored as an
xml file you just load from your python program.

For a good introduction, take a look at this article from Linux
Journal:
http://www.linuxjournal.com/article/6586

Chris


这篇关于gui开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆