Re: [Python-Dev] Mac _OSA extension doesn't build on Leopard

2007-12-04 Thread Ronald Oussoren
On 4 Dec, 2007, at 22:49, Guido van Rossum wrote: > On OSX 10.5 with Xcode 3.0, whenever I build either the trunk or the > py3k or 25 branches, I get a series of errors when setup.py tries to > build the _OSA module. On OSX 10.4 it builds fine. Can anybody help? > I don't even know what OSA is!

Re: [Python-Dev] Mac _OSA extension doesn't build on Leopard

2007-12-04 Thread Bill Janssen
I shifted to Leopard a couple of weeks ago. Seems to build and test fine, but I disable all the various poorly documented/maintained Mac modules, so my configure looks like this: ./configure --disable-universalsdk --disable-framework --disable-toolbox-glue I believe OSA is "toolbox glue", so I'l

Re: [Python-Dev] Mac _OSA extension doesn't build on Leopard

2007-12-04 Thread Martin v. Löwis
> Can anybody help? > I don't even know what OSA is! I can help with that: It's the Open Scripting Architecture, http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptX/Concepts/osa.html (Probably not the kind of help you were asking for :-) Regards, Martin

[Python-Dev] Mac _OSA extension doesn't build on Leopard

2007-12-04 Thread Guido van Rossum
On OSX 10.5 with Xcode 3.0, whenever I build either the trunk or the py3k or 25 branches, I get a series of errors when setup.py tries to build the _OSA module. On OSX 10.4 it builds fine. Can anybody help? I don't even know what OSA is! -- --Guido van Rossum (home page: http://www.python.org/~gu

Re: [Python-Dev] Non-string keys in namespace dicts

2007-12-04 Thread Jim Jewett
PJE wrote: > Isn't the simplest way to cache attribute > lookups to just have a cache dictionary in the type, > and update that dictionary whenever a change is > made to a superclass? That's essentially how > __slotted__ attribute changes on base classes > work now, isn't it? Neil Toronto wrote

Re: [Python-Dev] [poll] New name for __builtins__

2007-12-04 Thread Alexandre Vassalotti
Oh, sorry for the noise. I thought people were still arguing about the name issue, but it was in fact 5-day late emails that I am still receiving. (Gmail seems to have delivery issues lately...) -- Alexandre On Dec 4, 2007 12:49 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > I just want to

Re: [Python-Dev] [poll] New name for __builtins__

2007-12-04 Thread Alexandre Vassalotti
I just want to let you all know that the name issue was settled and committed to py3k branch a few days ago. It was chosen to simply rename the module __builtin__ to builtins. -- Alexandre On Nov 29, 2007 6:15 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Given that the *effect* of __builtins__ i

[Python-Dev] Slow tests involving bsddb - timeout

2007-12-04 Thread skip
I noticed that test_anydbm and test_bsddb seemed to hang, so I -x'd them. Later on while test_whichdb was running and I was off doing something else (so didn't notice the delay), it eventually spewed this traceback: Traceback (most recent call last): File "/Users/skip/src/python/trunk/L