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

2006-07-07 Thread Siddartha Krishnan
Hi, Thanks for your help. I can now build the module and import and use it in Python (using SWIG)! Regarding Boost.Python, I am unable to run bjam successfully. I get the following error: user409:~/boosttest siddarthakrishnan$ ls Jamfile Jamruleshello.cpp user409:~/boosttest si

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

2006-07-06 Thread Ronald Oussoren
On Jul 6, 2006, at 7:58 PM, Siddartha Krishnan wrote: 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 exte

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

2006-07-06 Thread Kent Quirk
Siddartha Krishnan wrote: > 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 pyt

[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