20 Jun
2001
20 Jun
'01
4:26 p.m.
Frank McGeough writes:
I'm still working on this. There aren't any wierd characters in the file.. ... The monthRange.py module that I'm trying to import is the same one that works on my Windows 2K machine and downloaded from cmf.zope.org.
File "", line 2
from DateTime import DateTime
Maybe, a trailing carriage return ("\r") character crept in. Once, I hunted a "dtml-sendmail" bug for several hours to finally find out that it was caused by an (invisible) "\r" character.... Dieter