Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-05 Thread Chris Barker
Paul, I don't really have much more to offer here. As I mentioned, I ran into a similar problem a while back, but never really solved it...I just converted my C++ code to C. I'm hoping someone that really knows what they are doing could help. In the meantime, one thing to try is to look for an

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-05 Thread has
captnswing wrote: >the following applescript snippet seems unimplementable in appscript, to me >at least: > >= >if (can export movie 1 as DV stream) is true then >try >with timeout of 360 seconds >export movie 1 to POSIX fil

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-05 Thread Paul Kinnane
Thanks for this Chris. I have now got the library compiled and working in Dawrin python. I simply compiled and linked with g++ instead of gcc (I did this by manually entering the compile and link commands that setup.py was issuing, changing "gcc" to "g++'). The resulting file is ode.so, and afte

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-05 Thread Chris Barker
Paul Kinnane wrote: > I have now got the library compiled and working in Dawrin python. I > simply compiled and linked with g++ instead of gcc (I did this by > manually entering the compile and link commands that setup.py was > issuing, changing "gcc" to "g++'). I'd still like to know how to make