Procedural API inside class--scoping questions

2010-01-11 Thread Kevin Walzer
I'm trying to make use of a Python library, aemreceive, that provides a procedural API. (aemreceive is a library for Python on the Mac that allows the application to receive and respond to Apple Events.) My Python apps basically run in a single fooApp class, and everything runs inside the

Re: Procedural API inside class--scoping questions

2010-01-11 Thread Arnaud Delobelle
On 11 Jan, 15:54, Kevin Walzer k...@codebykevin.com wrote: I'm trying to make use of a Python library, aemreceive, that provides a procedural API. (aemreceive is a library for Python on the Mac that allows the application to receive and respond to Apple Events.) My Python apps basically run

Re: Procedural API inside class--scoping questions

2010-01-11 Thread Bruno Desthuilliers
Kevin Walzer a écrit : I'm trying to make use of a Python library, aemreceive, that provides a procedural API. (aemreceive is a library for Python on the Mac that allows the application to receive and respond to Apple Events.) My Python apps basically run in a single fooApp class, and