Message from discussion
script for seconds in given month?
Path: g2news1.google.com!news4.google.com!feeder3.cambrium.nl!feeder1.cambrium.nl!feed.tweaknews.nl!62.216.30.27.MISMATCH!newsgate.cistron.nl!xs4all!transit3.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path: <s...@montanaro.dyndns.org>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@bag.python.org
X-Spam-Status: OK 0.000
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Mon, 23 Apr 2007 20:04:25 -0500
To: edfialk <edfi...@gmail.com>
Subject: Re: script for seconds in given month?
Newsgroups: comp.lang.python
In-Reply-To: <1177360091.516469.77830@l77g2000hsb.googlegroups.com>
References: <1176740556.859125.221980@l77g2000hsb.googlegroups.com>
<1hwokmz.1ropcwj17pg55dN%aleax@mac.com>
<1176796031.889407.323950@b75g2000hsg.googlegroups.com>
<1177360091.516469.77830@l77g2000hsb.googlegroups.com>
X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid
From: s...@pobox.com
Cc: python-l...@python.org
X-BeenThere: python-l...@python.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-requ...@python.org?subject=subscribe>
Message-ID: <mailman.6960.1177530677.32031.python-list@python.org>
Lines: 11
NNTP-Posting-Host: 194.109.207.14
X-Trace: 1177530677 news.xs4all.nl 322 [::ffff:194.109.207.14]:43060
X-Complaints-To: abuse@xs4all.nl
ed> I, unfortunately, failed to realize the actual platform the script
ed> is for is IronPython. When trying to import calendar in IronPython,
ed> I get:
ed> SyntaxError: future feature is not defined: with_statement
ed> (c:\Python25\Lib\calendar.py, line 8)
So try the 2.4 version of calendar.py...
Skip