Wxpython Download Mac Os X

Rather than simply deleting this wiki page, I'm marking it as out-of-date until the relevant portions can be updated. In the meantime, if you want more up-to-date info on wxPython on Mac OS X you should see wxPythonOSX Issues

It seems pretty simple, download the two disk images above. Run the MachoPython package installer (you'll need the admin password). Then run the wxPython Mac package installer (again you'll need the admin password). At this point, both MachoPython and wxPython Mac should be installed and ready to go. How do we have the user verify this is working? WxPython is using a legacy script, and according to this technical note bundle installers were deprecated and are (as of El Capitan release) unsupported. Bundle-style installer packages are a legacy transition aid that is no longer supported. PackageMaker is also no longer supported.

Introduction

For the next week this wiki page will probably be pretty raw, asking as many questions as it answers. Help fill in the answers, point to relevant mailing list posts, web site pages, etc. Then we can point new users to this page once we have the big issues sorted out.

Download

http://sourceforge.net/project/showfiles.php?group_id=10718

MachoPython 2.2.1 and wxPython Mac 2.3.3 preview builds.

Installation

Okay, I need a little help here on the correct terminology for disk images, packages, etc. It seems pretty simple, download the two disk images above. Run the MachoPython package installer (you'll need the admin password). Then run the wxPython Mac package installer (again you'll need the admin password). At this point, both MachoPython and wxPython Mac should be installed and ready to go. How do we have the user verify this is working? Do we need screenshots? Does installation order actually matter? This seems like pretty standard stuff, but I'm too new at this to wordsmith the docs.

Will the wxPython demo be part of the standard distribution? How about documentation? Where will these be located and can the user get to them via the Finder? Should an alias be automatically created in a common user folder that points at the right wxPython folder?

Issues with uninstallaing or overwriting previous installs as new versions are made available?

Fink distribution of MachoPython and wxGTK

Fink

It would be nice to cover running wxGTK, pitfalls when wxPython Mac and MachoPython binary above are already installed, etc. I know people using one or the other, but not both.

Bob Ippolito posted: 'I don't recommend using Fink's python, I believe it's compiled to support X11 and not OS X's GUI. It won't conflict with your MachoPythoninstall if you don't have source /sw/bin/init.csh in your .cshrc, otherwise you may have to tweak your path to put /usr/local/bin before /sw/bin in your .cshrc.'

MacPython versus MachoPython

MachoPython is required for the wxPython Mac binary.

Wxpython For Python 3

Issues with having MacPython and MachoPython installed? By default both installers create /Applications/Python.app. Perhaps moving the MacPython version away before installing MachoPython would work?

Using MacPython IDE as a Python script editor.

Build Instructions

Build instructions by Frank Vercruesse for wxPython Mac.

Running a script by double-clicking in the Finder

You need to associate .py and .pyw files in the Finder. In the Finder, do a 'Get Info' on a .py file. Choose the 'Open with application' pane and you can set it for all *.py files. Repeat for .pyw files.

Need additional discussion and/or link to mailing list messages on the topics below:

Wxpython demo download

Bill Bumgarner's PythonLauncher http://mail.python.org/pipermail/pythonmac-sig/2002-April/005533.html

pythonw shell script (probably need some explanation here)

limitations of running multiple scripts ???

Running a script in the Terminal

You can also run a script from the Terminal command-line.

Note that output from stdout (e.g. print statments) and stderr (e.g. tracebacks) will go to the Console. Both the Terminal and Console apps are in Utilities folder under Applications in the Finder.

The default Terminal shell is tcsh. The default system shell is zsh; there is also a symlink for sh that points to zsh.

Question: Does this mean that if you want to modify the PYTHONPATH that you'll need an additional .login or something besides .cshrc so that you can make PYTHONPATH changes like:

In other words, where should settings be made so that user environment variables are valid for both the Terminal and when running something from the Finder?

Need to add info about alternative invocations, passing command-line arguments to the script, etc.

Editing Python scripts

Mailing Lists

The main place to follow the updates of wxPython Mac are in the archives of the mailing lists

Additional Information

The wxPython Frequently Asked Questions page may have additional information.

Wxpython Download Windows

Known Bugs

Should we keep a running list here, use SourceForge tracker, the mailing list, or something else?

  • [SDD] Several (most) of the wxPython demo programs die. Where is the page describing how to help debug this?
  • [KEA] I've created a working scratchpad wxPython Mac and PythonCard Issues page to track progress of work on OS X.

Contributors

  • [KEA] Kevin Altis
  • [SDD] Seth Delackner
  • [JDB] Jed Burgess

Revision History

  • [JDB] 2003-03-11 fixed link to mailing list archive
  • [KEA] 2002-04-28 added link to wxPython Mac and PythonCard Issues

  • [KEA] 2002-04-27 created this page

Release Date: June 1, 2014

Apr 12, 2020. Aug 17, 2020. Sep 02, 2018. Sep 28, 2018. Pokemon xd walkthrough. Download Pokemon XD Gale Of Darkness ROM for GameCube and Play Pokemon XD Gale Of Darkness Video Game on your PC, Mac, Android or iOS device!

Note: Python 2.7.7 has been superseded by Python 2.7.8

Python 2.7.7 was released on May 31, 2014. This is a regularly scheduled 2.7series bugfix and includes numerous bugfixes over 2.7.6.

This is a production release. Please report any bugs you encounter.

We currently support these formats for download:

  • Mac OS X 64-bit/32-bit x86-64/i386 Installer (2.7.7) for Mac OS X10.6 and later[2](sig). [You may need anupdated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.]
  • Mac OS X 32-bit i386/PPC Installer (2.7.7) for Mac OS X 10.5 andlater[2](sig).
  • Mac OS X 32-bit i386/PPC Installer (2.7.7) for Mac OS X 10.3 andlater (deprecated, see below)[2](sig).

The source tarballs are signed with Benjamin Peterson's key, which has key id18ADD4FF. The Mac installers were signed with Ned Deily'skey, which has a key id of 6F5E1540. The public keys are located on thedownload page.

MD5 checksums and sizes of the released files:

  • Complete change log for this release.
  • Report bugs at http://bugs.python.org.
  • Help fund Python and its community.

Among the features and improvements to Python 2.6 introduced in the 2.7 seriesare

  • An ordered dictionary type
  • New unittest features including test skipping, new assert methods, and testdiscovery
  • A much faster io module
  • Automatic numbering of fields in the str.format() method
  • Float repr improvements backported from 3.x
  • Tile support for Tkinter
  • A backport of the memoryview object from 3.x
  • Set literals
  • Set and dictionary comprehensions
  • Dictionary views
  • New syntax for nested with statements
  • The sysconfig module

Python 2.7.7 is the last release for which binary installers will bereleased on python.org that support Mac OS X 10.3.9 (Panther) and 10.4.x(Tiger) systems. For Python 2.7.7 only, we are providing three OS Xbinary installers: the unchanged 10.6+ 64-bit/32-bit format, the deprecated 10.3+ 32-bit-only format,and the newer 10.5+ 32-bit-only format.See the README included with the installer downloads for more information.

[1](1, 2) The binaries for AMD64 will also work on processors that implement the Intel 64 architecture (formerly EM64T), i.e. the architecture that Microsoft calls x64, and AMD called x86-64 before calling it AMD64. They will not work on Intel Itanium Processors (formerly IA-64).
Wxpython Download Mac Os X
[2](1, 2, 3) There is important information about IDLE, Tkinter, and Tcl/Tk on Mac OSX here.
VersionOperating SystemDescriptionMD5 SumFile SizeGPG
Gzipped source tarballSource releasecf842800b67841d64e7fb3cd8acb566314809415SIG
XZ compressed source tarballSource release41f7348b348e3f72fcfb4f4d7670135210496500SIG
Mac OS X 32-bit i386/PPC installerMac OS Xfor Mac OS X 10.5 and later73aa1007f721bcb4addf3255cc9c949420444003SIG
Mac OS X 64-bit/32-bit installerMac OS Xfor Mac OS X 10.6 and later7f79090c979299e3f5e918e150a75c8320330236SIG
Windows debug information filesWindowsabb3d9c5207045e5e874c3bbccbbd27025297986SIG
Windows debug information files for 64-bit binariesWindows99e68b15fb43a5f25be45e0bff3f757623643202SIG
Windows help fileWindows0b7bd740a41edda10cfe403fa8a00ca36049272SIG
Windows x86-64 MSI installerWindowsfor AMD64/EM64T/x64497e749747ebd31e40b06bffdfebb2ee17199104SIG
Windows x86 MSI installerWindows35ff484a9cf08d155e64dc0fb4965f9016674816SIG