I am trying to set up working environment on OS X 10.6.6, XCode3.2, fink using python and cocoa frameworks. I scanned few references in the net, however nothing worked for me.
I\'m trying to install pyobjc (using pyobjc-1.2-python2.3-macosx10.2.dmg) on a M开发者_如何学运维ac running OSX 10.6 and I get the following error message:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m implementing an ObjC protocol as a mix-in for a PyObjC class. This protocol defines an \'out\' parameter.
I wrote an AppleScript to mount a SparseBundle image and I want it to be executed exactly when Time Machine launches.
I want to put an animated progress bar in an NSMenuItem custom view. This is demonstrated in Apple\'s MenuItemView sample, but it doesn\'t animate (at least not in 10.5, and the sample is apparently f
I am using pyobjc to add some needed OSX functionality to some random python software. I will need to access API-defined objc-land constants from python-land.
I want to write the python equivalent of mdfind. I want to use the .Spotlight-V100 metadata and I cannot find a description for the metadata db format used, but NSMetadataQuery seems to be what I need
I\'m writing a Django-based webapp that imports a Cocoa framework via P开发者_如何学GoyObjC.The Cocoa framework has NSLog() littered all through it and while I can see them when running the Django ser
I\'m trying to figure out a way to restore (Put Back) Trash Item using ScriptingBridge via PyObjC. There isn\'t enough documentation here