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):
>
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
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