Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: Python-Announce-List@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '64-bit': 0.07; 'subject:ANN': 0.07; '32-bit': 0.09; 'received:209.85.219': 0.09; 'toolkit': 0.09; 'windows,': 0.09; 'python': 0.11; 'gui': 0.12; 'url:download': 0.12; 'language.': 0.14; 'c++.': 0.16; 'robust,': 0.16; 'to:addr:python-announce-list': 0.16; 'wxpython': 0.16; 'written': 0.21; 'platforms': 0.22; 'programming': 0.22; 'header :User-Agent:1': 0.23; 'adds': 0.24; 'library,': 0.24; 'own.': 0.24; 'source': 0.25; 'extension': 0.26; '----------': 0.26; 'supported': 0.26; 'to:no real name:2**1': 0.29; 'code': 0.31; 'usually': 0.31; 'cocoa': 0.31; 'libraries': 0.31; 'allows': 0.31; 'run': 0.32; 'linux': 0.33; 'cases': 0.33; 'implemented': 0.33; 'mac': 0.33; 'programmers': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'building': 0.35; '2.6': 0.36; 'interface,': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'skip:- 10': 0.38; 'functional': 0.39; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'simply': 0.61; 'provide': 0.64; 'to:2**2': 0.65; '100%': 0.77; '2.7.': 0.84; 'url:php': 0.85; 'announcing': 0.91; 'graphical': 0.91 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=MTIwjkmpJOo7tQm4z0gWGSM4vewh0Tk6iOaEUjTQ680=; b=Yev/LBPmEdsLElXDtT1pq/UMBYkZoO8audy/lxVdXXgHwXm0ZxVGGPVUnKpiNdiKQT 4/c0FeDEVrD8FkiaoK/Ixnihhq1z9ZT/hMIH+P9E4+EXkmkjeIss2AZKptZ/z7AjOq0f HQP1fwojMtaaqh9cPjb+ZYb7laHM2AeT6BptXXZZ2oBiOSzE2kqXg2HTvXYqOboWO4bz Hb8oiI4n3F2cR2sMAwEVN/j3WLyHe7mwggfivWtK+Ix9FaKTlwv2dKcOvOOOF1LtAS1y EICid5jtmFmaLJD54OQo5KTEtmyNYnrZFCtCUT+QHSgwK7+PQjwQxNjVejCd2ccDPgSA me3w== X-Gm-Message-State: ALoCoQmw9SCDlPQ06n83+D8rGVhqalBsQsvfccrXQg2EZYqyZIr3ov3fzpKTbbEkGAyixf1DNXPW X-Received: by 10.182.66.16 with SMTP id b16mr49191084obt.49.1410409582002; Wed, 10 Sep 2014 21:26:22 -0700 (PDT) Date: Wed, 10 Sep 2014 21:26:19 -0700 From: Robin Dunn User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: wxPython-users , Python-Announce-List@Python.Org, python-announce-list@python.org Subject: ANN: wxPython 3.0.1.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 11 Sep 2014 07:04:31 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410411872 news.xs4all.nl 2956 [2001:888:2000:d::a6]:51925 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1394 Announcing ---------- wxPython 3.0.1.1 (classic) has been released and is now available for download at http://wxpython.org/download.php. This build adds some updates of the 3rdParty libraries that were left out of the last build by mistake. Various binaries are available for 32-bit and 64-bit Windows, and also for OSX using the Carbon and Cocoa APIs, for Python 2.6 and 2.7. Source code is also available at http://wxpython.org/download.php of course, for building your own. What is wxPython? ----------------- wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross platform library, which is written in C++. wxPython is a cross-platform toolkit. This means that the same program will usually run on multiple platforms without modifications. Currently supported platforms are 32-bit and 64-bit Microsoft Windows, most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org