script for seconds in given month?

Alex Martelli aleax at mac.com
Mon Apr 23 22:20:03 EDT 2007


edfialk <edfialk at gmail.com> wrote:

> Alex, very nice.  That should be good enough for me.
> The rest of you as well, thanks for all the help.
> 
> I, unfortunately, failed to realize the actual platform the script is
> for is IronPython.  When trying to import calendar in IronPython, I
> get:
> 
> SyntaxError: future feature is not defined: with_statement (c:
> \Python25\Lib\calendar.py, line 8)
> 
> so, incompatible.  I have moved my question over to the IronPython
> group, but if anyone is familiar with IronPython and knows how to
> perform the same function, that's what I'm looking for now. :)

Just get calendar.py from Python 2.4 instead, e.g.
<http://svn.python.org/view/*checkout*/python/branches/release24-maint/L
ib/calendar.py?rev=38868> .


Alex



More information about the Python-list mailing list