Re: [C++-sig] boost::python on Linux

2009-06-23 Thread Jim Treadway
On Tue, Jun 23, 2009 at 12:06 PM, Stefan Seefeld wrote: > On 06/23/2009 02:45 PM, Jim Treadway wrote: > >> I'm having trouble getting a simple boost::python sample program to >> work properly on Linux. It compiles and seems to link properly, but the >> Python >&g

[C++-sig] boost::python on Linux

2009-06-23 Thread Jim Treadway
I'm having trouble getting a simple boost::python sample program to work properly on Linux. It compiles and seems to link properly, but the Python interpreter is unable to call my C++ function. On Mac OS X the program works as expected. Any help would be appreciated, hopefully I'm missing someth