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

Chris McDonough chrism@zope.com
06 Oct 2002 01:50:28 -0400


It was not necessary.  I had a global PYTHONPATH set, leading to 1.5.2
libraries getting loaded instead of 2.X.  I've removed the abspath alias
from the setup file.

On Sat, 2002-10-05 at 13:24, Chris McDonough wrote:
> 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
> > 
> > 
> 
> 
> _______________________________________________
> Zope-Coders mailing list
> Zope-Coders@zope.org
> http://lists.zope.org/mailman/listinfo/zope-coders