|
Re: Proposal: No more standard library additions: msg#00144python.python-3000.devel
"Martin v. Löwis" <martin@xxxxxxxxxxx> wrote: > The only realistic chance for that to happen is to make the distutils > less arcane and better. I've been staying out of the discussion, but I'll toss in a hearty +1 in support of making distutils "less arcane and better". In my own experience, I have found that with the packages I usually end up having to ship (source files with related data), sdist is the only distutils command that gets it right. Any of the bdist commands bork the Windows (.msi) Python installation (data files go into site-packages, source goes into python binary path), and I've been too afraid to try any of the linux bdist options (would require a tedious backup and restore of a VM). Because of the frustration that is distutils, I've considered dropping distutils and switching to make + Makefile for all but my py2exe needs, and even not supplying setup.py with any distribution. - Josiah |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Proposal: No more standard library additions: 00144, "Martin v. Löwis" |
|---|---|
| Next by Date: | Re: Proposal: No more standard library additions: 00144, Talin |
| Previous by Thread: | Re: Proposal: No more standard library additionsi: 00144, "Martin v. Löwis" |
| Next by Thread: | Re: Proposal: No more standard library additions: 00144, "Martin v. Löwis" |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |