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
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)
I have this line: NSWorkspace.sharedWorkspace().setIcon_forFile_options_(unicode(icon开发者_开发百科),unicode(target),0)
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
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
I\'m getting errors like this: 2010-07-13 20:43:15.131 Python[1527:60f] main: Caught OC_PythonException: :
I am trying to build pyobjc from src, so I c开发者_StackOverflowhecked out http://svn.red-bean.com/pyobjc/trunk
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
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.
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