Hey,
Iv been looking around google for the past few days to find ways to embed python 3.2 into my c++ application. I however want interpeter to be compiled into my application, so i can merely distribute one exe file without relying on the user to install python. However the few websites explaining how to do it seem to only focus setting up the c++ code with #include<python.h> and such. Can anyone link me or explain what libraries/.so/.dll files i have to link to the compiler etc in order for me to build it into my application please? Do i have to build the source of python with my application or does having python install provide the libraries i need to link with my application?
trishtren 0 Newbie Poster
TrustyTony 888 pyMod Team Colleague Featured Poster
Ancient Dragon commented: nice link:) I would never have thought it was possible +14
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.