pyobjc
Setting up: OS X 10.6.6 + XCode3.2 using python and cocoa
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.[详细]
2023-02-10 14:11 分类:问答How can I restore my default python install on OSX?
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:[详细]
2023-02-01 05:03 分类:问答Tutorials on PyObjC [closed]
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[详细]
2023-01-29 19:26 分类:问答PyObjC and returning 'out' parameters (i.e. NSError **)
I\'m implementing an ObjC protocol as a mix-in for a PyObjC class. This protocol defines an \'out\' parameter.[详细]
2023-01-29 00:49 分类:问答How to Listen For an Application Launch Event in Mac OS X?
I wrote an AppleScript to mount a SparseBundle image and I want it to be executed exactly when Time Machine launches.[详细]
2023-01-27 05:23 分类:问答Animated progress bar in NSMenuItem
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[详细]
2023-01-23 22:05 分类:问答Accessing API objc constants and enums from python
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.[详细]
2023-01-23 21:37 分类:问答How can I write a python script equivalent of mdfind using PyObjC bindings and NSMetadataQuery?
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[详细]
2023-01-21 15:05 分类:问答How to make NSLog work with Python's logging module when using PyObjC?
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[详细]
2023-01-19 19:18 分类:问答Restore Trash Item using ScriptingBridge in Mac OS X via PyObjC
I\'m trying to figure out a way to restore (Put Back) Trash Item using ScriptingBridge via PyObjC. There isn\'t enough documentation here[详细]
2023-01-15 07:15 分类:问答