Re: [Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread stephan nies
SOLVED ok i put libboost_python-1_33_1.dylib in a "standard location" like pointed out here http://developer.apple.com/documentation/DeveloperTools/Conceptual/DynamicLibraries/Articles/UsingDynamicLibraries.html in my case: ~/lib i am still not sure what was wrong about using DYLD_LIBRARY_PATH h

Re: [Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread stephan nies
Thank you for your reply Ronald, I might try the distutils, too. Thanks, Stephan On 2/6/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 6 Feb, 2007, at 17:55, stephan nies wrote: > > > Hello, > > > > has anyone used boost.python on OSX > > and can help me or point me > > to "hello world"-

Re: [Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread stephan nies
Thank you, now I got one step further. The only issue that remains is when i import myextension the libboost_python-1_33_1.dylib on which it depends is not found. Also i set up the DYLD_LIBRARY_PATH accordingly or is this the wrong place? sorry, if i might miss some OS X special again. ImportErr

Re: [Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread Ronald Oussoren
On 6 Feb, 2007, at 17:55, stephan nies wrote: > Hello, > > has anyone used boost.python on OSX > and can help me or point me > to "hello world"-style example of a > c++ - extension in boost.python > that works on OSX. > > I have used boost.python on linux and > am porting the app from linux to os

Re: [Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread Torsten Sadowski
Hello, as far as I know, Python extensions are OSX bundles. Try -bundle instead of -dynamiclib. Just a guess. Cheers, Torsten Am Dienstag, 6. Februar 2007 17:55 schrieb stephan nies: > Hello, > > has anyone used boost.python on OSX > and can help me or point me > to "hello world"-style example

[Pythonmac-SIG] problems with boost.python on OS X

2007-02-06 Thread stephan nies
Hello, has anyone used boost.python on OSX and can help me or point me to "hello world"-style example of a c++ - extension in boost.python that works on OSX. I have used boost.python on linux and am porting the app from linux to osx. Since the app uses a boost.python - extension module its essent