Hi
When I try to import xml.parsers.expat, it gives me the following error. (also when I want to read a plist). Can you show an expample of reading a plist data file?
import xml.parsers.expat
Traceback (most recent call last):
File "", line 1, in
File "/var/mobile/Applications/7FEFDAEF-0307-4187-92A2-C5B6C77BF2B5/Pythonista.app/pylib/xml/parsers/expat.py", line 4, in
from pyexpat import *
ImportError: No module named pyexpat