Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyobjc

Can't Call Methods On Objects In Pyobjc

When I call setDelegate_ within my pyObjC code I get an AttributeError: 'tuple' object has … Read more Can't Call Methods On Objects In Pyobjc

Writing Cocoa Applications In Python 3

It looks like PyObjC is not ported to Python 3 yet. Meanwhile is there a way to write Cocoa applica… Read more Writing Cocoa Applications In Python 3

Is It Possible To Call A Python Module From Objc?

Using PyObjC, is it possible to import a Python module, call a function and get the result as (say)… Read more Is It Possible To Call A Python Module From Objc?

How Can I Create A Status Bar Item With Cocoa And Python (pyobjc)?

I have created a brand new project in XCode and have the following in my AppDelegate.py file: from … Read more How Can I Create A Status Bar Item With Cocoa And Python (pyobjc)?