Re: [C++-sig] problem embedding python - very simple example

2012-11-06 Thread Cory Riddell
Argh! I didn't notice that the example code I was trying was using file() rather than open(). Sheeesh. After correcting this, I was able to get it to work successfully! Step one on the thousand mile journey is complete! Cory On 11/6/2012 1:40 PM, Cory Riddell wrote: > I downloaded and i

[C++-sig] problem embedding python - very simple example

2012-11-06 Thread Cory Riddell
I downloaded and installed the 32-bit version of Python 3.3. I downloaded and compiled boost-1.52.0. I've been able to build and run the tutorial Python extension but haven't been able to get anything but the most trivial example of embedding to work. My code (which compiles with no warnings):