FIRST ERROR:
>>> import telephone
Traceback (most recent call last):
File "<pyshell#2>", line 1, in -toplevel-
if e32.s60_version_info>=(3,0):
AttributeError: 'module' object has no attribute 's60_version_info'
SECOND ERROR:
>>> import telephone
Traceback (most recent call last):
File "<pyshell#5>", line 1, in -toplevel-
import _telephone
ImportError: No module named _telephone
...I was search everywhere for that module but I can't find it
THANKS FOR HELP!!!!!!!!!!!!!