[Python-Dev] packaging was not getting installed (original) (raw)
Ned Deily nad at acm.org
Tue Jun 14 23:09:16 CEST 2011
- Previous message: [Python-Dev] packaging was not getting installed
- Next message: [Python-Dev] pysetup as a top script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <20110614165414.340f2138 at neurotica.wooz.org>, Barry Warsaw <barry at python.org> wrote:
I just fixed Makefile.pre.in to install the packaging directory and all its subdirs. Without this
python3.3 -c 'import packaging'
fails from the installation target directory. I'm not sure the Fellowship intends for every subdir to get installed, so please double check. I just added everything that came fromfind Lib/packaging -type d
.
http://bugs.python.org/issue12313
-- Ned Deily, nad at acm.org
- Previous message: [Python-Dev] packaging was not getting installed
- Next message: [Python-Dev] pysetup as a top script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]