Re: [Pyobjc-dev] Can I develop an iphone python application without jailbreaking my iphone
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-05-25 05:52:38
|
On 24 May, 2009, at 23:36, Christopher Lozinski wrote: > First thank you to all the people who created pyObjc. > > I would like to use the ZODB in an iphone app without jailbreaking my > phone. I expect that most users would not want to jailbreak their > phones. I would guess the same. > > Because python is compiled with gcc, which xcode uses, I would think > that I could link in the python libraries, build the app on Mac OS X, > with XCode, and download and run my app on the iphone. Is this > possible? Am I missing something. For one, PyObjC does not support the iPhone platform. I know there is a port for jailbroken phones but that was never merged in the repository. Given the limitations of the iPhone I don't see the benefits of doing a supported port to that platform (slow CPU, very little memory, no long-running processes), even if the SDK would allow that. Ronald > > Regards > Christopher Lozinski > > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity > professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like > Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |