CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 22:32:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100120085631
location: https://web.archive.org/web/20100120085631/https://wiki.python.org/moin/PyGUI
server-timing: captures_list;dur=0.756433, exclusion.robots;dur=0.029055, exclusion.robots.policy;dur=0.012869, esindex;dur=0.015246, cdx.remote;dur=22.495411, LoadShardBlock;dur=480.199866, PetaboxLoader3.datanode;dur=196.551012, PetaboxLoader3.resolve;dur=190.935131
x-app-server: wwwb-app221
x-ts: 302
x-tr: 539
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 22:32:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Wed, 20 Jan 2010 08:56:30 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 8197
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 20 Jan 2010 08:56:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 05:38:33 GMT", ; rel="prev memento"; datetime="Tue, 15 Dec 2009 08:47:21 GMT", ; rel="memento"; datetime="Wed, 20 Jan 2010 08:56:31 GMT", ; rel="next memento"; datetime="Mon, 22 Feb 2010 08:00:45 GMT", ; rel="last memento"; datetime="Thu, 13 Jun 2024 14:39:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100120084733_crawl103_IndexOnly-c/51_13_20100120085515_crawl103.arc.gz
server-timing: captures_list;dur=0.728732, exclusion.robots;dur=0.027081, exclusion.robots.policy;dur=0.013396, esindex;dur=0.017637, cdx.remote;dur=48.300771, LoadShardBlock;dur=271.654662, PetaboxLoader3.datanode;dur=276.955333, load_resource;dur=148.623720, PetaboxLoader3.resolve;dur=78.369383
x-app-server: wwwb-app221
x-ts: 200
x-tr: 507
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
PyGUI - PythonInfo Wiki
PyGUI
Described as a "Experimental Native Python GUI Library", PyGUI is a project by Greg Ewin of Pyrex fame. It is a recently reactivated attempt to develop a cross-platform pythonic GUI API. The goals of the project as stated on the home-page are:
- Develop a GUI API that is designed specifically for Python, taking advantage of Python's unique language features and working smoothly with Python's data types.
- Provide implementations of the API for the three major platforms (Unix, Macintosh and Windows) that are small and lightweight, interposing as little code as possible between the Python application and the platform's underlying GUI facilities, and not bloating the Python installations or applications which use them.
- Document the API purely in Python terms, so that the programmer does not need to read the documentation for another GUI library in terms of another language, and translate into Python.
- Get the library and its documentation included in the core Python distribution, so that truly cross-platform GUI applications may be written that will run on any Python installation, anywhere,
EditText (last edited 2008-11-15 13:59:36 by localhost)