Re: [Pythonmac-SIG] lists and accessors

2010-07-13 Thread Ronald Oussoren
On 11 Jul, 2010, at 1:18, Georg Seifert wrote: > Hi Ronald, > > Thanks for your response. > > I did tried this: > > class PathNodesProxy (object): > def __init__(self, owner): > self._ower = owner > def __getitem__(self, i): >

Re: [Pythonmac-SIG] py2app problem: invalid matplotlib recipe

2010-07-13 Thread Ronald Oussoren
On 12 Jul, 2010, at 22:39, Russell E. Owen wrote: > py2app 0.4.3's matplotlib recipe includes: > >mf.import_hook('pytz.zoneinfo', m, ['UTC']) > > This has two incompatibilities with the current version of pytz: > - zoneinfo is a data directory but not a package (no __init__.py) > - UTC is n

Re: [Pythonmac-SIG] Pythonmac-SIG] AEDesc error: Unsupported Type

2010-07-13 Thread has
Ben Pedersen wrote: > Working with py-appscript to automate testing and I'm getting an error > deep in aemreference/aemcodecs. [...] > > class SuperTest(): > def getProcessHandle(procName="TextEdit"): should read: def getProcessHandle(self, procName="TextEdit"): HTH has -- Learn AppleSc