473,657 Members | 2,395 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

up with PyGUI!

I'm a fan of Greg Ewing's PyGUI [1]. I used it to code a simple game
for my son [2], and enjoyed it. Programming with wxPython feels like
programming with a C++ tool that has been wrapped in Python.
Programming with PyGUI feels like programming with a real Python tool.

If you're developing a commercial application in Python, wxPython is
currently the only option that offers native widgets on w32. It would
be a boost for Python if PyGUI got a native w32 backend.

Therefore, I offer the following suggestions:

Python programmers: use PyGUI! It's nice. Contribute bug reports and
so forth.

Python developers: Is it too early to include PyGUI in the standard
library? It seems stable to me.

PSF: If anyone applies for a grant [3] to put a proper w32 backend into
PyGUI, please give them money. I would offer to do that job myself,
but (a) I'm not w32 expert and (b) I'm busy trying to make one of those
aforementioned commercial apps.

Thanks,

Zooko, Journeyman Hacker

[1] http://www.cosc.canterbury.ac.nz/~greg/python_gui/
[2] http://zooko.com/log-2004.html#d2004-06-23
[3] http://python.org/psf/call-2004.html

Jul 18 '05 #1
108 7962
"Zooko O'Whielacronx" <zo***@zooko.co m> writes:
If you're developing a commercial application in Python, wxPython is
currently the only option that offers native widgets on w32. It would
be a boost for Python if PyGUI got a native w32 backend.


Indeed... But first, I'm curious about how it looks. I don't
understand why people make GUI projects without any screenshot available
on their own website. How can we see how it looks without downloading,
it?
BTW, I got really interested on the tool used to draw the diagrams on
this page:
http://www.cosc.canterbury.ac.nz/~gr...ownership.html

Be seeing you,
--
Godoy. <go***@ieee.org >
Jul 18 '05 #2
Jorge Godoy wrote:
Indeed... But first, I'm curious about how it looks. I don't
understand why people make GUI projects without any screenshot available
on their own website. How can we see how it looks without downloading,
it?


It says explicitly what toolkits are used. Don't you know how gtk2 looks
like?

Regards,

--
* Piotr (pitkali) Kalinowski * mailto: pitkali (at) o2 (dot) pl *
* Registered Linux User No. 282090 * Powered by Gentoo Linux *
* Fingerprint: D5BB 27C7 9993 50BB A1D2 33F5 961E FE1E D049 4FCD *
Jul 18 '05 #3
I don't know exactly what was used, but I have used dia to make such
things before.

On Tue, Sep 14, 2004 at 02:24:02PM -0300, Jorge Godoy wrote:
[...]

BTW, I got really interested on the tool used to draw the diagrams on
this page:
http://www.cosc.canterbury.ac.nz/~gr...ownership.html

Jul 18 '05 #4
pitkali <pi*****@NOSPAM interia.pl> writes:
Jorge Godoy wrote:
Indeed... But first, I'm curious about how it looks. I don't
understand why people make GUI projects without any screenshot available
on their own website. How can we see how it looks without downloading,
it?


It says explicitly what toolkits are used. Don't you know how gtk2 looks
like?


Yes, I do, but I don't know how it is supposed to look like from this
toolit perspective... If I wanted everything exactly like GTK2, I'd
probably use it.

--
Godoy. <go***@ieee.org >
Jul 18 '05 #5

Jorge> Indeed... But first, I'm curious about how it looks. I don't
Jorge> understand why people make GUI projects without any screenshot
Jorge> available on their own website. How can we see how it looks
Jorge> without downloading, it?

On Unix and Windows it looks like any GTK app. On MacOSX I presume (haven't
tried it there yet) it looks like any other Mac app.

Skip
Jul 18 '05 #6

Jorge> Yes, I do, but I don't know how it is supposed to look like from
Jorge> this toolit perspective... If I wanted everything exactly like
Jorge> GTK2, I'd probably use it.

That's not what PyGUI is about. It's about a better, standard API for
creating GUI apps.

Skip
Jul 18 '05 #7
Jorge Godoy <go***@ieee.org > wrote:
...
It says explicitly what toolkits are used. Don't you know how gtk2 looks
like?


Yes, I do, but I don't know how it is supposed to look like from this
toolit perspective... If I wanted everything exactly like GTK2, I'd
probably use it.


....and then it would look the same on a Mac, instead of a nice Aqua
lool, right...?

It seems to me that the point of PyGUI is ease of programming, rather
than look-and-feel, which are supposed to be native on each platform
(except no native win32 is supported yet, as far as I understand).
Alex
Jul 18 '05 #8
Zooko O'Whielacronx wrote:
I'm a fan of Greg Ewing's PyGUI [1]. I used it to code a simple game
for my son [2], and enjoyed it. Programming with wxPython feels like
programming with a C++ tool that has been wrapped in Python.


This problem is addressed by Wax:

http://zephyrfalcon.org/labs/dope_on_wax.html
http://zephyrfalcon.org/labs/wax_primer.html
http://zephyrfalcon.org/moin.cgi/Wax
http://zephyrfalcon.org/labs/wax_file_explorer.html

(Sorry, no real homepage is available yet for Wax.)

--
Hans Nowak (ha**@zephyrfal con.org)
http://zephyrfalcon.org/

Jul 18 '05 #9
al*****@yahoo.c om (Alex Martelli) writes:
Jorge Godoy <go***@ieee.org > wrote:
...
> It says explicitly what toolkits are used. Don't you know how gtk2 looks
> like?


Yes, I do, but I don't know how it is supposed to look like from this
toolit perspective... If I wanted everything exactly like GTK2, I'd
probably use it.


...and then it would look the same on a Mac, instead of a nice Aqua
lool, right...?

It seems to me that the point of PyGUI is ease of programming, rather
than look-and-feel, which are supposed to be native on each platform
(except no native win32 is supported yet, as far as I understand).


This was the point when I asked for screenshots. ;-)

I was just answering to the "you know how GTK2 looks like" question.

Even with a nice description and with the used toolkits described, I see
no reason to not include a screenshot or at least an hiperlink to some
screenshots.

It is weird see a GUI project with no GUI screen in its description.

--
Godoy. <go***@ieee.org >
Jul 18 '05 #10

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

Similar topics

8
2185
by: Ron Stephens | last post by:
Can anyone give me a brief comparison of the purposes of these two projects (AnyGUI and pyGUI)? In other words, how are the motivations and goals for each project different? Ron Stephens
0
1096
by: Marc Christiansen | last post by:
Hi! After some installation problems related to PyGUI (well, indirectly -- I had to install new versions of: freetype, fontconfig, xft2 (from fcpackage.2_1.tar.gz, because the latest xft2 won't compile with X4.2.0) (which needed a patch to Xft.h because apparently the #include-style of freetype did change), GLib, Pango, ATK, GTK+ and pygtk) I ran the scripts from Tests and there were problems that text was cut off or textfields were not...
3
1476
by: greg | last post by:
A small problem has come to light with PyGUI 1.6 on MacOSX systems. If you get the following exception: File "GUI/Generic/BaseAlertFunctions.py", line 5, in ? ImportError: No module named Alerts it's probably because you don't have PyObjC installed.
1
1385
by: Arnd | last post by:
Heya, any PyGUI users out there? I needed some finer text-positioning on a canvas (ie wanted to center a string wrt a point, something show_text() doesn't provide) So I looked into the sources and found all information, eg the dimensions of the surrounding rectangle are given by mycanvas._font._get_pango_layout(mystring, True).get_pixel_size()
37
9043
by: Michael Palmer | last post by:
As anyone knows, the state of Python GUI programming is a little fractured at this time, with many toolkits, wrappers and meta-wrappers dead and alive, with or without documentation. I've come across two projects that have the appeal of striving for simple, pythonic APIs: PyGUI and wax. The latter is a wrapper around wxPython. It is lacking documentation but actually quite usable and concise. The other, PyGUI, has an even nicer API and...
2
1751
by: Hugh | last post by:
The PyGUI website specified this place as the place for general discussion about it, so here goes.... First off - thanks for something that is so straightforward to get running on OSX... I've been migrating some relatively straight-forward scripts-with-GUIs from Linux to OSX, and, while I used FLTK on Linux, I could not get pyfltk to install on OSX. PyGUI was so straightforward, though. Made me a very happy bunny. Fortunately, I wrote...
0
8306
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,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7327
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
6164
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
4152
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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
1615
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.