from __future__ import *

Python23Compat

February 02, 2005 at 01:10 PM | categories: python, py2app | View Comments

I've put together a quick set of packages that brings a few new/updated modules from Python 2.4 to Python 2.3:

Cross-platform:

  • new subprocess module (Windows support NOT included)
  • new decimal module

For Mac OS X:

  • new LaunchServices wrapper
  • new OSA wrapper
  • updated QuickTime package

Binary installers built with bdist_mpkg are available from pythonmac.org packages

Sources are available by svn at: http://svn.red-bean.com/bob/Python23Compat/trunk/

blog comments powered by Disqus