In article <[EMAIL PROTECTED]>, John Raines <[EMAIL PROTECTED]> wrote: > I did a google search on "python calendar" and was surprised to see > that several new modules have been added in Python 2.5. I was > preparing to try to fix a bug in some code that turned the old > calendar modules result into an html version, so I thought I would > look at what the new functions did. > > I was further surprised to get: > > ImportError: No module named HTMLCalendar > > Did they not implement all of the new library on Leopard? Whyever not?
AFAIK, HTMLCalendar has never been part of the standard Python library. See the Python Package Index here: http://pypi.python.org/pypi/HTMLCalendar/ and install via setuptools: easy_install HTMLCalendar -- Ned Deily, [EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig