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