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

How To Use Mac Os X Nsevents Within Wxpython Application?

I am writing an application that has to react to system wide keypresses on Mac OS X. So I found som… Read more How To Use Mac Os X Nsevents Within Wxpython Application?

Wxpython Mac Os X Fullscreen Work Around Error

I was trying to get fullscreen support for a wxPython app using the code in the answer from this st… Read more Wxpython Mac Os X Fullscreen Work Around Error

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

How To Use Mac OS X NSEvents Within WxPython Application?

I am writing an application that has to react to system wide keypresses on Mac OS X. So I found som… Read more How To Use Mac OS X NSEvents Within WxPython Application?

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?