<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=WxPython</id>
	<title>WxPython - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=WxPython"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=WxPython&amp;action=history"/>
	<updated>2026-06-27T01:08:17Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=WxPython&amp;diff=472897&amp;oldid=prev</id>
		<title>imported&gt;InternetArchiveBot：​Fixing 2 dead IA links per WP:DEADIABOOKLINKS (20260528dark)) #IABot (v2.0.9.5) (GreenC bot</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=WxPython&amp;diff=472897&amp;oldid=prev"/>
		<updated>2026-05-29T06:17:36Z</updated>

		<summary type="html">&lt;p&gt;Fixing 2 dead IA links per &lt;a href=&quot;/index.php?title=En:WP:DEADIABOOKLINKS&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:DEADIABOOKLINKS（页面不存在）&quot;&gt;WP:DEADIABOOKLINKS&lt;/a&gt; (20260528dark)) #IABot (v2.0.9.5) (&lt;a href=&quot;/index.php?title=User:GreenC_bot&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:GreenC bot（页面不存在）&quot;&gt;GreenC bot&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{expand|time=2015-09-26T07:49:22+00:00}}&lt;br /&gt;
&lt;br /&gt;
{{lowercase}}&lt;br /&gt;
{{NoteTA|G1=IT}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| logo                   = [[File:WxPython-logo.png|210px]]&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = wxPython&lt;br /&gt;
| developer              = Robin Dunn&amp;lt;br/&amp;gt;Harri Pasanen&lt;br /&gt;
| released               = {{Start date and age|1998|df=yes}}&amp;lt;ref name=1streleased&amp;gt;{{cite web|url=http://groups.yahoo.com/group/python-announce-list/message/95|title=wxPython 0.3 announcement on Yahoo Groups|accessdate=2007-01-16|archive-date=2001-11-23|archive-url=https://web.archive.org/web/20011123084106/http://groups.yahoo.com/group/python-announce-list/message/95}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest release version = 4.1.1&amp;lt;ref&amp;gt;{{Cite web|last=Robin|date=2020-11-21|title=wxPython 4.1.1 Released|url=https://wxpython.org/news/2020-11-21-wxpython-411-release/index.html|access-date=2020-11-21|website=wxPython|language=en|archive-date=2021-01-17|archive-url=https://web.archive.org/web/20210117132108/https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest release date    = {{Start date and age|2020|11|21}}&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    =&lt;br /&gt;
| operating system       = [[跨平台]]&lt;br /&gt;
| programming language   = [[C++]] / [[Python]]&lt;br /&gt;
| genre                  =&lt;br /&gt;
| status                 = 活躍&lt;br /&gt;
| license                = wxWindows授權條款&lt;br /&gt;
| website                = {{URL|http://wxpython.org/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;wxPython&amp;#039;&amp;#039;&amp;#039;是[[Python]]语言的[[GUI]]工具包，作为Python的扩展模块实现，包装了[[wxWidgets]]。&lt;br /&gt;
&lt;br /&gt;
wxPython是跨平台的，开源的。&lt;br /&gt;
&lt;br /&gt;
==範例==&lt;br /&gt;
以下是一個簡單的wxPython的[[Hello World]]模塊，描述了在wxPython中的兩個主要物件（主視窗物件和應用程序物件），然後藉由呼叫&amp;lt;code&amp;gt;MainLoop()&amp;lt;/code&amp;gt;控制事件驅動系統，而該系統負責該程式的使用者互動部分。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
import wx&lt;br /&gt;
&lt;br /&gt;
app = wx.App(False)  # Create a new app, don&amp;#039;t redirect stdout/stderr to a window.&lt;br /&gt;
frame = wx.Frame(None, wx.ID_ANY, &amp;quot;Hello World&amp;quot;) # A Frame is a top-level window.&lt;br /&gt;
frame.Show(True)     # Show the frame.&lt;br /&gt;
app.MainLoop()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== 使用wxPython開發的程式 ==&lt;br /&gt;
* [[BitTorrent (软件)|BitTorrent]]，一種對等的BitTorrent應用程序。&lt;br /&gt;
* [[Google Drive]]，Google雲端存儲系統的桌面客戶端&amp;lt;ref&amp;gt;{{cite web|title=Open source components and licenses|url=https://support.google.com/drive/bin/answer.py?hl=en&amp;amp;answer=1716931&amp;amp;p=settings_licenses|publisher=Google|accessdate=28 January 2013|archive-date=2013-05-25|archive-url=https://web.archive.org/web/20130525112933/https://support.google.com/drive/bin/answer.py?hl=en&amp;amp;answer=1716931&amp;amp;p=settings_licenses|dead-url=no}}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
* [[GRASS GIS]]，一種免費且[[開源]]的地理信息系統。&lt;br /&gt;
* [[PlayOnLinux]]，一個[[Wine]]軟體[[相容層]]的圖形化前端。&lt;br /&gt;
==參見==&lt;br /&gt;
{{portal box|软件|電腦程式設計}}&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[PyGTK]]&lt;br /&gt;
*[[wxWidgets]]&lt;br /&gt;
*[[PyQt]]&lt;br /&gt;
&lt;br /&gt;
==參考資料==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
==延伸閱讀==&lt;br /&gt;
{{refbegin}}&lt;br /&gt;
*{{cite book&lt;br /&gt;
| first1    = Cody&lt;br /&gt;
| last1     = Precord&lt;br /&gt;
| title     = wxPython 2.8 Application Development Cookbook&lt;br /&gt;
| edition   = &lt;br /&gt;
| date      = December 2010&lt;br /&gt;
| publisher = Packt Publishing&lt;br /&gt;
| location = Greenwich&lt;br /&gt;
| pages     = 308&lt;br /&gt;
| isbn      = 978-1-84951-178-0&lt;br /&gt;
| url       = &lt;br /&gt;
}}&lt;br /&gt;
*{{cite book&lt;br /&gt;
| first1    = Noel&lt;br /&gt;
| last1     = Rappin&lt;br /&gt;
| first2    = Robin&lt;br /&gt;
| last2     = Dunn&lt;br /&gt;
| title     = wxPython in Action&lt;br /&gt;
| url    = https://archive.org/details/wxpythoninaction0000rapp&lt;br /&gt;
| edition   = &lt;br /&gt;
| date      = March 1, 2006&lt;br /&gt;
| publisher = Manning Publications&lt;br /&gt;
| location = Greenwich&lt;br /&gt;
| pages     = [https://archive.org/details/wxpythoninaction0000rapp/page/552 552]&lt;br /&gt;
| isbn      = 978-1-932394-62-7&lt;br /&gt;
}}&lt;br /&gt;
{{refend}}&lt;br /&gt;
&lt;br /&gt;
==外部連結==&lt;br /&gt;
{{Commons category}}&lt;br /&gt;
* &lt;br /&gt;
* [http://wiki.wxpython.org/ProjectPhoenix Project Phoenix main page] {{Wayback|url=http://wiki.wxpython.org/ProjectPhoenix |date=20210711063909 }}&lt;br /&gt;
* [http://wiki.wxpython.org/wxPythonPit%20Apps List of applications developed with wxPython] {{Wayback|url=http://wiki.wxpython.org/wxPythonPit%20Apps |date=20210712083847 }}&lt;br /&gt;
* [https://web.archive.org/web/20060823135830/http://showmedo.com/videos/series?name=PythonWxPythonBeginnersSeries Tutorial screencasts for starting wxPython programming] at showmedo&lt;br /&gt;
[[Category:Python库]]&lt;/div&gt;</summary>
		<author><name>imported&gt;InternetArchiveBot</name></author>
	</entry>
</feed>