Re: Embedding Python into C set up issues

2016-03-14 Thread robert . snoeberger
> > However, I am having great trouble getting Py_Initialize() to work in the > both CDT and Visual Studio 2015. I have as a starting point a simple C > program that prints hello world then calls py_initialize and then prints > another line of text to the screen. Calling Py_initialize causes th

Embedding Python into C set up issues

2016-03-14 Thread steven . flolid
Good morning! I have been working with Python for the last few months. I have created a script that I want to embed into a C++ environment, specifically CDT for eclipse. I have read the https://docs.python.org/2/extending/index.html and understand the ideas and differences between the two langu