Differences between revisions 18 and 37 (spanning 19 versions)
Revision 18 as of 2006-04-18 23:33:57
Size: 721
Editor: synergy1
Comment:
Revision 37 as of 2010-10-05 10:25:11
Size: 1383
Editor: MichaelFoord
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Much of this page is wildly out of date and/or wrong (a common problem with Wikis).''' #acl All:read
#pragma section-numbers off
Line 3: Line 4:
'''Please see [http://www.python.org/download/mac/ the regular Macintosh Python download page] for more up-to-date information.''' = Documentation =
----
  * [[/FAQ]]
  * /MacSoftwareUsingPython
  * /AppleScript
  * /CoreAudio
  * /PythonDistributionsForMac
  * /UniversalLibrariesAndExtensions (PIL, etc.)
  * /ApplicationInterfaces
  * [[/Leopard]] (Mac OS X 10.5.x)
Line 5: Line 15:
= Community =
----
There's a new IRC chat room ( #macpython on irc.freenode.net ) for development of/with MacPython. see the MacPythonChannel page for more information.
Line 6: Line 19:
= Interesting Projects =
----
MacPython projects (that have additional information available on this wiki):
  * [[/Packages]]
  * [[/py2app]]
  * /PyInterpreter
  * /XcodeIntegration
  * /PackageManagerRepository
  * /NewPackageManager
  * [[/Authorization]]
  * [[/aeve]]
  * [[/TecManager]]
  * /LaunchServices
  * [[/potool]]
  * /FontTools
  * /RoboFab
  * [[/PyObjC]]
  * /DrawBot
  * /AppscriptModule
Line 7: Line 39:
=== How to Make FSSpec's ===
This should probably be somewhere else, but it's too useful to wait until I can figure out where that would be. (Note: I have only tried this in Python 2.3)
= People =
----
MacPython contributors and module authors (incomplete list, in no particular order, of course):
  * JackJansen
  * RonaldOussoren
  * BobIppolito
  * SarwatKhan
  * DinuGherman
  * GlennAndreas
  * AdamVandenberg
  * AndrewShearer
  * MarkPilgrim
  * JustVanRossum
  * ErikVanBlokland
  * TalLeming
  * BillBumgarner
  * SteveMajewski
  * LeleGaifax
  * DonovanPreston
  * MichaelHudson
  * HamishSanderson
  * PatrickReilly
Line 10: Line 62:
{{{
#!python
from Carbon import File
spec = File.FSSpec('/normal/slash/based/unix/path/string')
}}}

That's ALL! Don't muck around with FSMakeFSSpec or CFURL or any of that stuff.
I found this [http://mail.python.org/pipermail/pythonmac-sig/2003-March/007459.html on the pythonmac-SIG list].
----
CategoryMac

Documentation


Community


There's a new IRC chat room ( #macpython on irc.freenode.net ) for development of/with MacPython. see the MacPythonChannel page for more information.

Interesting Projects


MacPython projects (that have additional information available on this wiki):

People


MacPython contributors and module authors (incomplete list, in no particular order, of course):


CategoryMac

MacPython (last edited 2010-10-05 10:25:11 by MichaelFoord)

Unable to edit the page? See the FrontPage for instructions.