RE: [Webware-devel] install.py bugfix

2002-11-27 Thread Stuart Donaldson
o import either. -Stuart- > -Original Message- > From: Tripp Lilley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 9:28 PM > To: [EMAIL PROTECTED] > Subject: [Webware-devel] install.py bugfix > > > > I don't have a current CVS head (and don't have

[Webware-devel] install.py bugfix

2002-11-26 Thread Tripp Lilley
I don't have a current CVS head (and don't have disk space to grab one right now), otherwise I'd put this in myself. I've browsed the CVS head, though, and the bug remains: compileall.compile_dir(".", 10, '', 1) should be: compileall.compile_dir(os.path.abspath("."), 10, '', 1)