Author Topic: Ccal for RC5  (Read 1898 times)

deniscallies

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://
Ccal for RC5
« on: November 02, 2004, 05:56:55 pm »
Has anyone tried ccal ? This is a curses based Calendar for the shell. I always get an error message.
Quote
No module named Calendar
Can somebody please help me?

pmf

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Ccal for RC5
« Reply #1 on: November 02, 2004, 06:23:57 pm »
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.