embedding python in macOS 10.6
Aahz
aahz at pythoncraft.com
Thu Oct 28 11:49:01 EDT 2010
[posted & e-mailed]
In article <mailman.1160.1285769782.29448.python-list at python.org>,
tinauser at libero.it <tinauser at libero.it> wrote:
>
>i'm trying to embed python in a c++ code.i'm starting with the example in the
>tutorial.i've problem with setting up the enveiroment.
>I've installed python with the distributed version (i.e., i did not, as a
>start, build it myself); i added the library where both python.h and pyconfig
>are stored and i linked to libpython2.6.a (which is, in the distributed
>version, an alias).
For Mac you probably want to build Python yourself, but I'm certainly not
an expert. If you still haven't figured it out, try pythonmac-sig.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur." --Red Adair
More information about the Python-list
mailing list