From brett.calcott at gmail.com Mon Apr 19 09:43:10 2010 From: brett.calcott at gmail.com (Brett Calcott) Date: Mon, 19 Apr 2010 17:43:10 +1000 Subject: [Pygui] Snow Leopard? Message-ID: Hi, I've just installed PyGUI on Snow Leopard 10.6.3, using the python that came with it: Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin When I try to run any of the tests, I get the following error: brett$ python 01-application.py ??File "01-application.py", line 7, in ?? ?class TestApp(GUI.Application): ??File "/Library/Python/2.6/site-packages/GUI/__init__.py", line 78, in __getattr__ ?? ?traceback.print_stack() Failed to import 'Application' from Applications Traceback (most recent call last): ??File "/Library/Python/2.6/site-packages/GUI/__init__.py", line 69, in __getattr__ ?? ?module = __import__(modname, self.__dict__, locals(), [name]) ??File "/Library/Python/2.6/site-packages/GUI/Cocoa/Applications.py", line 231, in ?? ?class _PyGui_NSApplication(NSApplication): BadPrototypeError: Objective-C expects 1 arguments, Python argument has 1 arguments for What am I doing wrong here? Cheers, Brett