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

2006-08-28 Thread Marcin Komorowski
I am in the process of learning Python and appscript, and I wrote my first script using these two technologies.Please kindly critique my code - what could I have done better?  What would have made this code more Pythonic?  Any suggestions and comments are greatly appreciated.Thank You in advance,Ma

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Boyd Waters
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. I could post results, can someone suggest a way to r

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

2006-08-28 Thread Boyd Waters
On Aug 27, 2006, at 8:22 PM, Boyd Waters wrote: I'm the one who is hacking together the DarwinPort for using the Intel compiler This is probably arrogance on my part. But I could not find a recipe for building Python with the Intel compiler, so I created one. I have just finished buildin

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Dan White
Hi, when my MacBookPro comes back from hospital, I can try the pystone benchmarks with intel and gcc one of my processor fans died.. Dan On Aug 28, 2006, at 11:00 PM, Ronald Oussoren wrote: > > On 28-aug-2006, at 19:42, Perry Smith wrote: > >> Perhaps an email to gcc-help would get the

[Pythonmac-SIG] python wsdl newbie question

2006-08-28 Thread Perry Smith
I'm new to python, SOAP, and WSDL.I have my XXX.wsdl file.  I know how to connect and do method calls.  The interface to the web service I'm using has various classes.  My question is how do I create (instantiate) one of those classes? Thank you,Perry SmithEase Software, Inc.[EMAIL PROTECTED]http:/

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Ronald Oussoren
On 28-aug-2006, at 19:42, Perry Smith wrote: > Perhaps an email to gcc-help would get the info that you need. I > could be the go-between but I don't feel like I know enough to > convey your questions. IMHO only benchmarks will help us here. At the very minimal I'd like to know how pyston

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Perry Smith
Perhaps an email to gcc-help would get the info that you need.  I could be the go-between but I don't feel like I know enough to convey your questions. Perry SmithEase Software, Inc.[EMAIL PROTECTED]http://www.easesoftware.comAIX Kernel Level Consulting Services and SATA Products On Aug 28, 2006, a

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Ronald Oussoren
On 28-aug-2006, at 10:21, Dan White wrote: >> >> Could someone who is using the Intel compiler say something about >> the performance of resulting binaries compared to binaries created >> by GCC. I'm obviously mostly interested in the speed of the python >> interpreter. >> >> Ronald >> > >

Re: [Pythonmac-SIG] intel compiler

2006-08-28 Thread Dan White
> > Could someone who is using the Intel compiler say something about > the performance of resulting binaries compared to binaries created > by GCC. I'm obviously mostly interested in the speed of the python > interpreter. > > Ronald > for C++ code which is doing recursive / parallelisable t

Re: [Pythonmac-SIG] install_name changing

2006-08-28 Thread Ronald Oussoren
On 28-aug-2006, at 9:29, Dan White wrote: > Hi Boyd, > > I am using the universal python build, > which I guess was made with gcc comilers... That's right. > > I think there was a license problem using the intel compilers for > python > where it might be used in a commercial setting. The lic

Re: [Pythonmac-SIG] install_name changing

2006-08-28 Thread Dan White
Hi Boyd, I am using the universal python build, which I guess was made with gcc comilers... I think there was a license problem using the intel compilers for python where it might be used in a commercial setting. Since our project BioImageXD is free and open source under GPL we could use an int