Hello,
I using py_s60 for calling from my program to phone,but I have one
problem.
When I want run py_s60 with python 2.4:

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!!!!!!!!!!!!!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to