[Zope] problems with adding monthRange.py as Python script object
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 20 Jun 2001 18:26:53 +0200 (CEST)
    
    
  
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