What's new

Can't start HelloPython on my jailbroken 4.3.3

badarity

New Member
Joined
May 15, 2011
Messages
1
Reaction score
0
I'm really keen to write iOS apps in Python, I installed the iPhone/Python package by saurik, but the HelloPython app won't start from Springboard. I'm guessing it's not compatible with iOS 4.3.3? What options do I have?

If I start HelloPython.py from a terminal, I get this python error:


$ python /private/var/stash/Applications.pwn/HelloPython.app/HelloPython.py
Traceback (most recent call last):
File "/private/var/stash/Applications.pwn/HelloPython.app/HelloPython.py", line 9, in <module>
import objc
File "/usr/lib/python2.5/objc/__init__.py", line 17, in <module>
_update()
File "/usr/lib/python2.5/objc/__init__.py", line 14, in _update
import _objc
ImportError: dlopen(/usr/lib/python2.5/lib-dynload/_objc.dylib, 2): Symbol not found: _OBJC_CLASS_$_Object
Referenced from: /usr/lib/python2.5/lib-dynload/_objc.dylib
Expected in: /usr/lib/libobjc.A.dylib

Thanks for any advice or suggestions!
 
Top