Re: [Pythonmac-SIG] Any decision about the pythonmac.org wiki?

2007-02-12 Thread stephan nies
the FAQ site seems to be missing at: http://wiki.python.org/moin/MacPython/FAQ Greetings, Stephan ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

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

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

2007-02-06 Thread stephan nies
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

[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