Re: [Python-Dev] packaging was not getting installed

2011-06-14 Thread Ned Deily
In article <20110614165414.340f2...@neurotica.wooz.org>, Barry Warsaw 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 intend

[Python-Dev] packaging was not getting installed

2011-06-14 Thread Barry Warsaw
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