Skip to content Skip to sidebar Skip to footer
Showing posts with the label Objective C

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?

Running Python Script From Cocoa Application Using Gcd

I'm trying to run a Python script from a Cocoa app. It's working just fine on the main thre… Read more Running Python Script From Cocoa Application Using Gcd

Objective C: Get Notifications About A User's Idle State

My cocoa app runs background tasks, which I would like to stop when the user becomes idle (no keybo… Read more Objective C: Get Notifications About A User's Idle State