edfialk <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to