Tagged Questions
PyObjC is a bridge between the Python and Objective-C programming languages. It allows code written in either one of those languages to interact more or less directly with code written in the other. Its primary use is in the creation of software for Mac OS X. The PyObjC package includes wrappers for Apple's Objective-C frameworks, and most of their C language APIs. It also includes project templates and file templates for use with Apple's IDE, Xcode.
15
votes
3answers
6k views
PyObjC development with Xcode 3.2
Xcode 3.2 has removed the default templates for the scripting languages (Ruby, Python etc). How do I find these templates to use in Xcode 3.2? Would I need to add anything else to Xcode to support ...
12
votes
8answers
1k views
What are the downsides of using Python instead of Objective-C?
I know some Python and I'm really impressed by the language's ease of use. From what I've seen of Objective-C it looks a lot less pretty, but it seems to be the lingua franca for Mac OS X development ...
12
votes
9answers
2k views
Why is the PyObjC documentation so bad?
For example, http://developer.apple.com/cocoa/pyobjc.html is still for OS X 10.4 Tiger, not 10.5 Leopard.. And that's the official Apple documentation for it..
The official PyObjC page is equally ...
11
votes
6answers
4k views
PyObjc and Cocoa on Snow Leopard
I am about to start my A-Level Computing project (High School Level) which will hopefully be a point-of-sale application for Mac OS. Unfortunately, Objective-C is a little out of my league at the ...
10
votes
2answers
783 views
PyObjC + Python 3.0 Questions
By default, a Cocoa-Python application uses the default Python runtime which is version 2.5. How can I configure my Xcode project so that it would use the newer Python 3.0 runtime? I tried replacing ...
9
votes
2answers
2k views
PyObjC on Xcode 4
Xcode 3 had templates for building Cocoa subclasses in Python. I've recently upgraded to Xcode 4 but I cannot find out how I can use other languages besides the C family (C, C++, Obj-C) in Xcode 4.
...
8
votes
3answers
780 views
PyObjC tutorial without Xcode
I'm writing a small cross-platform wxPython app, however on every platform I need to use some platform-specific API. On Mac OS it can be done using PyObjC.
I'm searching for tutorial on how to use ...
8
votes
3answers
819 views
How can I listen for a mouse event in Python on Mac?
I need to listen for global mouse events(not bound to an app) on my Mac in an app written in Python.
I'm using PyObjC, but I can't figure out how to do it. Plain ObjC examples or other Python ...
8
votes
5answers
4k views
Cocoa client/server application
Is there a way in Cocoa that is currently considered best practice for creating a multi-tier or client server application?
I'm an experienced web developer and I really love Python. I'm new to Cocoa ...
7
votes
1answer
152 views
How to load user CSS in a WebKit WebView using PyObjC?
I'd like to have a small browser that uses my own CSS.
The problem is that CSS is not loaded or, I guess, it loads but without any effect.
Here is the full code (I don't use an Interface Builder):
...
7
votes
5answers
2k views
PyObjc vs RubyCocoa for Mac development: Which is more mature?
I've been wanting to have a play with either Ruby or Python while at the same time I've been wanting to do a bit of Cocoa programming.
So I thought the best way to achieve both these goals is to ...
6
votes
2answers
311 views
Compiling a PyObjC application for 10.5 (Leopard) into xcode 10.6 (Snow Leopard)
I'm trying to deploy on 10.5 a PyObjC (or Cocoa-Python) application developed on Xcode 3.2.X (Snow Leopard) which runs perfectly fine on 10.6 systems.
The application doesn't launch on 10.5;it ...
6
votes
5answers
9k views
XCode 3.2 Ruby and Python templates
Under xcode 3.2 my ObjectiveC + Python/Ruby projects can still be opened updated and compiled, but you cannot create new projects.
Given that all traces of ruby and python are missing from xcode 3.2 ...
6
votes
1answer
244 views
What is the best way to sample/profile a PyObjC application?
Sampling with Activity Monitor/Instruments/Shark will show stack traces full of C functions for the Python interpreter. I would be helpful to see the corresponding Python symbol names. Is there some ...
5
votes
1answer
1k views
How to get selected item of NSOutlineView without using NSTreeController?
How do I get the selected item of an NSOutlineView with using my own data source.
I see I can get selectedRow but it returns a row ID relative to the state of the outline. The only way to do it is to ...
5
votes
2answers
2k views
How can I capture iSight frames with Python in Snow Leopard?
I have the following PyObjC script:
from Foundation import NSObject
import QTKit
error = None
capture_session = QTKit.QTCaptureSession.alloc().init()
print 'capture_session', capture_session
device = ...
5
votes
2answers
2k views
Has anyone successfully built a PyObjC app in Snow Leopard?
If you did, would you mind sharing how you did the pyobjc install? I was trying to do it by installing PythonMac 2.5 (for the standalone bundle thru py2app), and doing easy_install of PyObjC. I always ...
5
votes
4answers
4k views
How to stop an NSInvocationOperation?
I have an NSInvocationOperation that would download and parse a series of NSXMLDocuments in the background to my UI responsive.
My attempt at stopping the Invocation operation is to call my ...
5
votes
2answers
1k views
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 Foundation import *
from AppKit import *
class MyApplicationAppDelegate(NSObject):
def ...
4
votes
1answer
111 views
Can python.org releases play nice with Apple framework builds?
(Advanced apologies for the lack or proper links; the system won't allow me to add more than two.)
Unfortunately, I've learnt the hard way that you shouldn't mess with the default Python ...
4
votes
1answer
539 views
How do I make Interface Builder recognize IBOutlet/IBAction for new languages?
it's a theoretical question: suppose I come up with an outstanding new scripting language and want to make a Cocoa bridge for that.
Is it possible to make Interface Builder recognize the new language ...
4
votes
1answer
468 views
How to build a PyObjC project on Mac OS X 10.6, that runs 10.5?
I have a PyObjC project that I build on Mac OS X 10.6 with XCode 3.2 and I'm not able to run on 10.5.
All I'm using is the official PyObjC project templates to create an empty project (that simply ...
4
votes
2answers
362 views
Call a selector that takes a char* from PyObjC
I'm trying to use a private framework with PyObjC. I've got this so far:
from AppKit import *
from Foundation import *
import objc
...
4
votes
1answer
795 views
Running python code from standard Cocoa application
I have an XCode project built as a Cocoa single document application (it's not a Python-Cocoa application, that is not what I want).
All the documentation I found assumes I want to create a Cocoa ...
4
votes
1answer
2k views
Ugly looking text when drawing NSAttributedString in CGContext
I want to display strings inside CoreAnimation layers, but unfortunately CATextLayer is not enough, mostly because it's difficult to use when using constraints and you want to wrap the text.
I am ...
4
votes
4answers
389 views
NSThread or pythons' threading module in pyobjc?
I need to do some network bound calls (e.g., fetch a website) and I don't want it to block the UI. Should I be using NSThread's or python's threading module if I am working in pyobjc? I can't find any ...
3
votes
2answers
399 views
Setting background image of individual desktops in OSX Lion
I have a little PyObjC script to change desktop images to a particular file (which is fetched from flickr). It sets a different image for each screen, should you have multiple. This worked fine in ...
3
votes
1answer
341 views
How to install PyObjC with Python 3 and Xcode 3 on Mac OS X 10.6
I want to start using PyObjC. I've got Xcode 3 on OS X 10.6
I have both Python 3.2 and 2.6 installed, but I want to use 3.2
I've heard that PyObjC is included and that I just select it in the Xcode ...
3
votes
1answer
113 views
PyObjC and custom blocks
The official documentation says that it is possible to use custom blocks in python code but you need to create metadata. I haven't found an example of it.
My question is how to create, use and ...
3
votes
1answer
112 views
Cocotron with pyobjc?
I'm in the planning stages of developing a cross platform (Mac & Windows) app. Performance is not an issue, and Python would be a good fit for the problem domain. I'm a Cocoa developer with pyojc ...
3
votes
3answers
205 views
PyObjC / Ruby bridge. Is it worthwhile?
Years ago wanting to write Mac software and having loads of experience with Java WebObjects I tried the java bridge but decided to bite the bullet and learn Objective-C (fortunately since I would have ...
3
votes
2answers
342 views
Writing metadata to a pdf using pyobjc
I'm trying to write metadata to a pdf file using the following python code:
from Foundation import *
from Quartz import *
url = NSURL.fileURLWithPath_("test.pdf")
pdfdoc = ...
3
votes
0answers
291 views
Growl Python binding with Click feedback?
I'm trying to use the Growl Python bindings (Growl.py v0.7 from the Growl repository) to write a small application. One of the features that's currently missing is the click notification sent to ...
3
votes
1answer
474 views
How to change the OSX menubar in wxPython without any opened window?
I am writing a wxPython application that remains open after closing all of its windows - so you can still drag & drop new files onto the OSX dock icon (I do this with ...
3
votes
2answers
858 views
Trying to write to binary plist format from Python (w/PyObjC) to be fetch and read in by Cocoa Touch
I'm trying to serve a property list of search results to my iPhone app. The server is a prototype, written in Python.
First I found Python's built-in plistlib, which is awesome. I want to give ...
3
votes
2answers
477 views
Downgrading to pyobjc 2.0 from pyobjc 2.2
I accidentally installed pyobjc 2.2 with easy-install pyobjc, and it's causing problems: When I try to import it I get the error
Incompatible library version: _objc.so requires version 10.0.0 or ...
3
votes
2answers
399 views
How do you call PyObjC code from Objective-C? [closed]
Possible Duplicate:
Calling Python from Objective-C
I'm a long-time Python programmer and short-time Cocoa programmer. I'm just getting started with PyObjC and it's really amazing how easy ...
3
votes
3answers
682 views
Cocoa Distributed Objects, Long Polling, launchd and “Not Responding” in Activity Monitor
Scenario:
I have a Distributed-objects-based IPC between a mac application and a launchd daemon (written with Foundation classes). Since I had issues before regarding asynchronous messaging (e.g. I ...
3
votes
3answers
633 views
BWSplitView and PyObjc
I'm trying to use Brandon Walkin's BWSplitView from BWToolkit in a Cocoa PyObjc project. When I run the project I get the following error message:
NSInvalidUnarchiveOperationException - *** ...
3
votes
2answers
447 views
How do I represent a void pointer in a PyObjC selector?
I'm wanting to use an NSOpenPanel for an application I'm designing. Here's what I have so far:
@objc.IBAction
def ShowOpenPanel_(self, sender):
self.panel = NSOpenPanel.openPanel()
...
3
votes
2answers
690 views
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) a NSString?
For example, doing the equivalent of the following Python code:
import mymodule
result ...
3
votes
4answers
2k views
Handle OSX Dock Drag N Drop
I looked high and low for information on how to handle drag n drop to the dock in OSX. The drag n drop documentation ...
2
votes
1answer
123 views
PyQT/PySide vs PyObjC: worth it?
I'm thinking of creating a cross platform app, but I want it to look as natively as possible on OS X, is PyObjC a good choice? How easy is it? In contrast, how good is QT when it comes to looking ...
2
votes
1answer
64 views
How to pass NSSize and NSRect to PyObjC KVC convenience accessor
I'm writing some AppKit code in PyObjC on Lion, and I want to use the special KVC accessor style, e.g. obj._.field = value instead of obj.setField_(value).
I have success setting NSString- and ...
2
votes
1answer
153 views
PyQT vs PyObjc / Cocoa-Python
I'm thinking about developing an app for OS X using Python. I don't know Objective C and don't want to learn it right now.
I know and like Python. I'm trying to determine what GUI toolkit to use. I ...
2
votes
1answer
55 views
PyObjC and method_exchangeImplementations: crash. correct usage?
I'm using PyObjC. PyObjC doesn't provide an interface to method_exchangeImplementations so I was trying to use the function via ctypes. I was trying to overwrite windowShouldClose: from some window ...
2
votes
1answer
43 views
PyObjC: how to delete existing Objective-C class
I created a ObjC class earlier. How can I delete it again? Because at some later point, I want to recreate it by another version.
Right now, if I just redeclare it, I get the exception X is ...
2
votes
1answer
333 views
Are there any examples of iOS apps written using PyObjC?
The only references I can find state that it's theoretically possible to write iOS apps using python. Does anyone know of any examples of apps that were written this way?
2
votes
2answers
185 views
Trying to write Python script to remove duplicate fonts Mac OSX
I am trying to write a utility to check through the fonts on OSX and remove duplicates - so far I've had success iterating through the folder structure and writing out an xml file containing fonts and ...
2
votes
1answer
174 views
Accessing Objective-C hidden _cmd argument from Python
I've poked around at the PyObjC innards quite a bit trying to figure this out. Is it possible to access Objective-C's hidden SEL _cmd method argument when writing a Python method? It's got to be ...