I wrote a couple of utilities (for me and friends) some years ago, and now I moved from 6600 to 5800.
So, I find myself to jump from 1.3.1 to 1.9.6; in the meantime, my Pc was changed, too, and I never installed SDK for Symbian until now.
Few things to adjust, but I had a surprice. Contacs works fine, but (with console, too) this simple operation:
import calendar
db=calendar.open()
give me the error:
Attribute error: module object has no attribute 'open'
The two lines (were working...) are exactly the same of the example was given by Nokia with Python 1.2.1 (if I remember exactly) and the last api refernce I found is for python 1.2...
I'm sorry I missed some upgrade, but can give me a link to understand what changed?
Thanks
Pietro

Reply With Quote


