Re: [Pythonmac-SIG] py2app dynamically loading .so plugins

2007-04-08 Thread Bob Ippolito
On 4/8/07, Bill Hart <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build a py2app application which uses the C++ openscenegraph > libraries with some swig based wrappers. Openscenegraph has a module osgDB, > which dynamically loads a bunch of plugins (.so) files for reading and > writing diff

[Pythonmac-SIG] py2app dynamically loading .so plugins

2007-04-08 Thread Bill Hart
Hi, I'm trying to build a py2app application which uses the C++ openscenegraph libraries with some swig based wrappers. Openscenegraph has a module osgDB, which dynamically loads a bunch of plugins (.so) files for reading and writing different types of files. I have a simple test applica