Re: [Pythonmac-SIG] Using SWIG, C++, and OS X - and Boost.Python

2006-07-07 Thread Siddartha Krishnan
amrules to the Boost directory. project-root.jam is in the directory. Does anyone know how to solve this error. Thanks, Siddartha On 6-Jul-06, at 2:37 PM, Kent Quirk wrote: > Siddartha Krishnan wrote: >> I'm new to using SWIG for python. I am having several problems >> creating

[Pythonmac-SIG] Using SWIG, C++, and OS X

2006-07-06 Thread Siddartha Krishnan
Hi, I'm new to using SWIG for python. I am having several problems creating a C++ extension module for python. I am using OS X 10.4 with python 2.4 and SWIG 1.3.29 (using darwinports). I can use SWIG and distutils in order to make a C extension module for python, however, I cannot do so for