[Pyobjc-dev] Need help diagnosing AttributeError
Brought to you by:
ronaldoussoren
|
From: scott w <sco...@gm...> - 2009-04-16 16:07:18
|
Hi -- In a python shell, I get the following error after trying to invoke 'AppKit.NSPrintOperation.printOperationWithView': Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: No attribute printOperationWithView Note: similar commands like 'AppKit.NSPrintInfo.sharedPrintInfo()' do work for me. Here is my stack: Python - v2.5.1 pyobjc - v2.2b1 Mac OSX - v10.5.6 Any thoughts on what might be causing the no attribute error would be appreciated. thanks, Scott |