Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

Frequently Asked Questions

  • storage/__init__.py imports the "recur" module. What is that and where can I get it?

It's an independent Python module which models recurring events. It's available here. Dejavu does not depend on it unless you use the CachingProxy? storage manager. The recur module is now distributed with Dejavu.

  • What is the fixedpoint module and where can I get it?

It's a module developed by Tim Peters to perform fixed-point arithmetic and is available at sourceforge. You can use it as a Money type if you can't use Python 2.4's Decimal module. Dejavu does not depend on it, but understands how to use it if you have it.