[Distutils] Possible problem with --record.

Sean Reifschneider jafo-distutils at tummy.com
Wed Jul 28 06:02:48 CEST 2004


Ugh, the problem isn't in distutils.  I'm trying to build an RPM of Zope
3's TAL, that Fred handed off.  It looks like the bug is in
Support/zpkgsetup/install_lib.py at line 43:

   ext = os.path.splitext(os.path.normcase(py_file))

should almost certainly be:

   ext = os.path.splitext(os.path.normcase(py_file))[1]

Sean
-- 
 The structure of a system reflects the structure of the organization that
 built it.  -- Richard E. Fairley
Sean Reifschneider, Member of Technical Staff <jafo at tummy.com>
tummy.com, ltd. - Linux Consulting since 1995.  Qmail, Python, SysAdmin


More information about the Distutils-SIG mailing list