The calendar.py-module should be in
the old python package. Note: installing this old package will cause "Illegal instruction" messages when the scripts use floating point arithmetic.
Make a copy of the following files that come pre-installed and with working FPA
before installing the package:
- /usr/bin/python2.3
- /usr/lib/libpython2.3.so.*
- /usr/lib/python2.3/lib-dynload/math.so
- /usr/lib/python2.3/lib-dynload/cmath.so
Copy them over the faulty files that are getting installed by the old ipk
after the package has been installed.
Failing to do back up these files and copy them over the installed ones once the package is installed leaves you with a partially broken python.