Hi
I have Python both installed on my PC ans Nokia 7610.
On my PC it says that the version is 2.4.1 and on my handset it says 1.4.5 final (interactive console says version 2.2.2).
My code runs fine on the PC and yet produces the following error on my handset.
This error refers to the line below.Code:AttributeEror: 'module' object has no attribute 'strptime'
Any ideas?Code:time.mktime(time.strptime("01 Mar " + str(year), "%d %b %Y")) - 3600 + ((n - 3) * 31 + p) * 86400
And before you ask, I do import the time module.
Patrick

Reply With Quote




