[Pythonmac-SIG] Leopard Python library ?missing functions?

Ned Deily nad at acm.org
Tue Aug 19 04:31:50 CEST 2008


In article <EF9FD3C5-E566-4CC8-A888-32EBE850E5DB at tc.umn.edu>,
 John Raines <raine001 at tc.umn.edu> 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,
 nad at acm.org



More information about the Pythonmac-SIG mailing list