pyobjc
CoreData can't find mapping model in an OSX framework bundle, but works fine in iOS
I have CoreData-based data layer (using a SQLite datastore) that I am using in both an iOS app and on the server that the iOS clients talk to.The data layer (objc code + coredata model / mapping defns[详细]
2023-01-15 05:57 分类:问答Python--How do I write the value of a variable into the pasteboard in iPhone (iOS 4)/
I am running iOS 4 on a jailbroken iPhone 3GS.Before I upgraded to iOS 4, I had installed Python on the iPhone and had found the following snippet of Python code to copy a variable (key in this case)[详细]
2023-01-10 20:54 分类:问答PyObjC giving strange error - [OC_PythonUnicode representations]: unrecognized selector sent to instance 0x258ae2a0
I have this line: NSWorkspace.sharedWorkspace().setIcon_forFile_options_(unicode(icon开发者_开发百科),unicode(target),0)[详细]
2023-01-09 18:35 分类:问答finding the app window currently in focus on Mac OSX
I am writing a desktop usage statistics app. It runs a background daemon which wakes up at regular intervals, finds the name of the application window curren开发者_开发知识库tly in focus and logs that[详细]
2023-01-08 21:55 分类:问答Error in `import objc` : Symbol not found: _PyType_Modified
My system is Mac OS X 10.5.8 and I have installed python from http://www.python.org/ftp/python/2.5.4/python-2.5.4-macosx.dmg because I do not want to use System python (python which already comes inst[详细]
2023-01-07 07:25 分类:问答Getting python exceptions printed the normal way with PyObjC
I\'m getting errors like this: 2010-07-13 20:43:15.131 Python[1527:60f] main: Caught OC_PythonException: :[详细]
2023-01-07 05:20 分类:问答How to build pyobjc from src
I am trying to build pyobjc from src, so I c开发者_StackOverflowhecked out http://svn.red-bean.com/pyobjc/trunk[详细]
2023-01-06 21:33 分类:问答Any good client-server data sync frameworks available for iPhone?
I\'m just getting into the client-server data sync stage of my iPhone app project, and have managed to get my CoreData data model loading on both the iPhone client and my TurboGears server (which is g[详细]
2023-01-06 13:13 分类:问答Using python function callbacks with PyObjC?
I\'m trying to use an Objective-C class made in Python to do this but Objective-C can\'t call the method which calls the python function.[详细]
2023-01-06 13:09 分类:问答Calling custom Objective-C from a pyobjc application?
This question is basically the inverse of this other question: Calling Python from Objective-C I have implemented my开发者_Python百科 iPhone application logic in Objective-C (obviously), and am now t[详细]
2023-01-06 06:23 分类:问答
加载中,请稍侯......