Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-03 Thread Paul Kinnane
Chris Thanks so much for your help on this. > By the way, I always do the build and install steps separately: That works well - although I get the same error. But that is a good way to do the "install". Thanks > Which gcc are you using? 4.0 - which is the version that python was compiled wit

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-03 Thread Chris Barker
Paul Kinnane wrote: > OK, I found I could compile and successfully import the test.c sample > from http://www.nevada.edu/~cwebster/Python/MPWHOWTO/MPWHOWTO.html using > the Darwin "python setup.py install" command. > > However, I'm trying to compile a wrapper for the ode physics engine. > The wrap

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-03 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Paul Kinnane" <[EMAIL PROTECTED]> wrote: > OK, I found I could compile and successfully import the test.c sample > from http://www.nevada.edu/~cwebster/Python/MPWHOWTO/MPWHOWTO.html using > the Darwin "python setup.py install" command. > > However, I'm trying to

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-03 Thread Nicholas Riley
On Mon, Oct 03, 2005 at 09:21:41AM +0200, captnswing wrote: > if (can export movie 1 as DV stream) is true then > try > with timeout of 360 seconds > export movie 1 to POSIX file the_newname as DV stream > using settings the_settings with replacing > end timeou

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-03 Thread Paul Kinnane
OK, I found I could compile and successfully import the test.c sample from http://www.nevada.edu/~cwebster/Python/MPWHOWTO/MPWHOWTO.html using the Darwin "python setup.py install" command. However, I'm trying to compile a wrapper for the ode physics engine. The wrapper is call PyODE (http://pyode.

[Pythonmac-SIG] appscript and quicktime

2005-10-03 Thread captnswing
hello all, I am in the process of converting my applescript to python thanks to the fantastic appscript module. Never again will I have to wrap my head around applescripts ideosyncracies!! now I only need to map the two languages, which unfortunately isnt obviously at all times the following