[Pythonmac-SIG] Mac and Python (absolute begineer)
Christopher Barker
Chris.Barker at noaa.gov
Thu Feb 10 16:35:03 CET 2011
On 2/10/11 6:49 AM, Kevin Walzer wrote:
> I'm not sure about Cython or Swig, but extensions build with distutils
> pick up the settings of your Python installation and should do the right
> thing.
They both produce C code, how you compile them is up to you -- they also
both have confusing directions about that on some sites -- so make sure
to use ditutils to build -- i.e. write a "setup.py". That's the best
way to do it on other platfroms anyway.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the Pythonmac-SIG
mailing list