![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: interactive window vs. script: inconsistent behavior
From: Duncan Booth <duncan.booth@invalid.invalid>
Date: Thu Oct 06 2005 - 22:52:12 CEST
Bell, Kevin wrote:
> The following works in the interactive window of PythonWin, but fails in
Not surprisingly, the above three lines work perfectly well in a script:
d = "5-18-05 to 5-31-05"
and the output is:
Perhaps if you were to post an actual script which doesn't work and the
|