This post originated from an RSS feed registered with Python Buzz
by Kimbro Staken.
Original Post: URL handlers with PyObjC
Feed Title: Inspirational Technology
Feed URL: http://feeds.feedburner.com/kstaken?t=rss20&a=Python
Feed Description: Exploring creative use of technology
Following up on my previous post about writing Cocoa applications to handle custom URL schemes, I wanted to add on how to do it with a PyObjC Python application. I'm definitely still getting up to speed on PyObjC so there may be an easier way to do this, but I...