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 AppleScript, 3rd edition, Sanderson & Rosenthal: 
http://apress.com/book/view/9781430223610
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to