[Zope-Coders] Re: [Zope-Checkins] CVS: Zope/inst - setup.py:1.1.2.2

Chris McDonough chrism@zope.com
Sat, 5 Oct 2002 13:24:13 -0400


I will recheck that it's necessary.  It made things work for me. ;-)

----- Original Message ----- 
From: "Chris Withers" <chrisw@nipltd.com>
To: "Chris McDonough" <chrism@zope.com>
Cc: <zope-coders@zope.org>
Sent: Saturday, October 05, 2002 8:07 AM
Subject: Re: [Zope-Checkins] CVS: Zope/inst - setup.py:1.1.2.2


> Chris McDonough wrote:
> >  
> >  AUTHOR = 'Zope Corporation and Contributors'
> > +if sys.platform == 'win32':
> > +    def abspath(path): return path
> > +    os.path.abspath = abspath
> 
> that's pretty extreme :-S
> 
> What necessetated that?
> 
> cheers,
> 
> Chris
> 
>