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.bar...@noaa.gov
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to