Top "Pyobjc" questions

PyObjC is a bridge between the Python and Objective-C programming languages.

How to put a tkinter window on top of the others?

I'm using Python 2 with Tkinter and PyObjC, and then I'm using py2app. The program is working fine, but the …

python tkinter osx-lion pyobjc py2app
Create (sane/safe) filename from any (unsafe) string

I want to create a sane/safe filename (i.e. somewhat readable, no "strange" characters, etc.) from some random Unicode …

python cocoa filenames pyobjc
ImportError: No module named Foundation

I am trying to follow the instructions for the accepted answer to "PyObjC development with Xcode 3.2". I will repost them …

python xcode osx-snow-leopard pyobjc
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 …

cocoa pyobjc
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. …

python ruby cocoa xcode pyobjc
py2app is not copying the Python.framework to the new app while using virutalenv

environment: MacOS X 10.7.2, system installed python 2.7.1, virtualenv 1.7.2, pyobjc 2.3, py2app 0.6.4+ I have a newly created virtualenv with pyobc 2.3 and py2…

python osx-lion virtualenv pyobjc py2app
No module named objc

I'm trying to use cocoa-python with Xcode but it always calls up the error: Traceback (most recent call last): File "…

python xcode pyobjc
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 …

python xcode xcode4 pyobjc