Re: [Pythonmac-SIG] appscript and quicktime

2005-10-07 Thread Frank Hoffsümmer
Nicholas, Has, thanks a lot for bringing me up to speed! the help functions didnt all work for me, and I completely missed htmldoc.py, so I was flying blind e.g. quicktime.can_export.help() results in errors for me (using apples tiger pythonw) ==

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-07 Thread has
Frank Hoffsümmer wrote: >the help functions didnt all work for me, and I completely missed htmldoc.py, >so I was flying blind >e.g. quicktime.can_export.help() results in errors for me (using apples tiger >pythonw) That's a bug in appscript 0.12.1; fixed in newer versions, though you'd need

Re: [Pythonmac-SIG] Fat Python?

2005-10-07 Thread Bob Ippolito
On Oct 7, 2005, at 6:33 AM, Kent Quirk wrote:We're trying to get our application ready for the forthcoming Intel Macs, and we'll need to have a fat binaries version of Python and support for it in py2app. We have successfully built an intel version of the Python.org version of Python 2.4 using gnu

Re: [Pythonmac-SIG] py2app...

2005-10-07 Thread Chris Barker
[EMAIL PROTECTED] wrote: > I did not succed for Mac with py2app on a friend's macOSX Panther... 1) What problem[s] did you have? We cant help if we don't know. 2) Does it run at the command line, without Py2app? >resultat=resultat+dirpath+"\\"+filename+"\n" don't hard code backslashes ( r"\

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-07 Thread Chris Barker
Paul Kinnane wrote: > I'm in the unfortunate position to need to be using Python2.2. Do you need Python 2.2? or so you need to run under Classic? If the former, and not the later, perhaps you can get 2.2 compiled for OS-X. If you need a straight unix-y python, it should be doable. In fact, I thi

[Pythonmac-SIG] Fat Python?

2005-10-07 Thread Kent Quirk
Title: Fat Python? We're trying to get our application ready for the forthcoming Intel Macs, and we'll need to have a fat binaries version of Python and support for it in py2app. We have successfully built an intel version of the Python.org version of Python 2.4 using gnu readline, but we ha

[Pythonmac-SIG] py2app...

2005-10-07 Thread hubert.blein
Hello everybody,   I'm a brand new Python user. And the reason is that I needed to make very small application running on both Mac and PC. I only wanted to add a compiled exe (for PC) and application file (for Mac) so I tried with py2exe and py2app.   It was quit simple for PC (to be honest,

Re: [Pythonmac-SIG] Using distutils with XCode

2005-10-07 Thread Paul Kinnane
Thanks Chris I'm in the unfortunate position to need to be using Python2.2. So I need to get my extension compiled as a .slb. I got as far as trying to compile the library under MPW (as following the instructions from http://www.nevada.edu/~cwebster/Python/MPWHOWTO/MPWHOWTO.html, however the sam