I've been playing around with using SWIG to generate python
bindings on the Mac. Even for the most trivial SWIG/python examples,
I keep coming up against the linker not being able to resolve
the symbol "PyInstance_Lookup". This is an internal-use
function defined in /Library/Frameworks/Python.f
On Mar 26, 2006, at 10:11 AM, Darran Edmundson wrote:
>
> I've been playing around with using SWIG to generate python
> bindings on the Mac. Even for the most trivial SWIG/python examples,
> I keep coming up against the linker not being able to resolve
> the symbol "PyInstance_Lookup". This is
At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote:
>>>On 23-mrt-2006, at 19:24, James Boyle wrote:
>>>...
I am running OX 10.3.9. I installed python 2.4.2 using Universal
MacPython 2.4.2.dmg.
...
>
>The universal binary build contains some trickery to enable building
>extensions
>on OSX