On 16 Apr 2009, at 12:07, scott w wrote:
> 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
Use AppKit.NSPrintOperation.printOperationWithView_ (with the
underscore at the end), since it takes an argument.
|