Re: [Pythonmac-SIG] Please critique my first appscript - a fix for Palm sync of iCal Tasks (for kGTD)

2006-08-29 Thread Nicholas Riley
These are (mostly) all issues of personal opinion, but anyway... On Tue, Aug 29, 2006 at 12:49:44AM -0400, Marcin Komorowski wrote: >#!/usr/bin/env /usr/bin/pythonw There's no point of using env if you specify an absolute path. "#!/usr/bin/env pythonw" is probably what you want. > def myDebug(

Re: [Pythonmac-SIG] Please critique my first appscript - a fix for Palm sync of iCal Tasks (for kGTD)

2006-08-29 Thread root
Marcin Komorowski wrote: > Please kindly critique my code - what could I have done better? What > would have made this code more Pythonic? I now nothing of appscript, and didn't even read it all, but a comment none the less. > def myDebug( txt ): > if txt == None: > sys.stderr.flush

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 40, Issue 25

2006-08-29 Thread Boyd Waters
On Aug 29, 2006, at 2:46 AM, Dan White wrote: you might already know the newest version of the intel compilers is version 30... so you might want to try that... Thanks for the tip, Dan! But Intel screwed up my licensing on the 9.1.030 release, so I can't use it, I've been trying to get a li

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 40, Issue 25

2006-08-29 Thread Dan White
On Aug 29, 2006, at 5:28 AM, [EMAIL PROTECTED] wrote: > patches like this: > > # cd Python-2.5c1 > # patch -p0 < ~/Mac-PythonLauncher-Makefile.in.diff > # patch < ~/configure.diff > > > I invoked configure like this: > > # CC=icc CXX=icpc OPT="-xT -O3 -fstack-security-check -fpic - > parallel" I

Re: [Pythonmac-SIG] intel compiler

2006-08-29 Thread Ronald Oussoren
On 29-aug-2006, at 4:43, Boyd Waters wrote: > > On Aug 28, 2006, at 2:00 PM, Ronald Oussoren wrote: > >> IMHO only benchmarks will help us here. At the very minimal I'd like >> to know how pystone compares on a python build with the Intel >> compiler and the version of GCC that ships with Xcode.

Re: [Pythonmac-SIG] Intel compilers to build Python?

2006-08-29 Thread Ronald Oussoren
On 29-aug-2006, at 4:28, Boyd Waters wrote: > > Feedback is welcome. How fast is your intel-compiled version of python compared to a gcc- compiled one? Pystone is a good first approximation for that. Ronald ___ Pythonmac-SIG maillist - Pythonmac-S