OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: deniscallies on November 02, 2004, 05:56:55 pm
-
Has anyone tried ccal (http://www.jamiehillman.co.uk/ccal/) ? This is a curses based Calendar for the shell. I always get an error message.
No module named Calendar
Can somebody please help me?
-
The calendar.py-module should be in the old python package (http://pdaxrom.org/feed/python_2.3.3_armv5tel.ipk). 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.