Message373653
| Author | p-ganssle |
|---|---|
| Recipients | brett.cannon, christian.heimes, doko, dstufft, eric.araujo, jaraco, lukasz.langa, ncoghlan, ned.deily, p-ganssle, pablogsal, paul.moore, steve.dower, yan12125 |
| Date | 2020-07-14.18:54:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1594752886.53.0.998971204777.issue41282@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Oops, just realized my previous post said `pip install distutils`. I meant to say that `pip install setuptools` will provide the `distutils` module (right now you do `import setuptools; import distutils` and you get the setuptools-provided version; we're working on a version where `import distutils` comes from `setuptools` regardless of the import order). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-07-14 18:54:46 | p-ganssle | set | recipients: + p-ganssle, brett.cannon, doko, paul.moore, jaraco, ncoghlan, christian.heimes, ned.deily, eric.araujo, lukasz.langa, steve.dower, dstufft, yan12125, pablogsal |
| 2020-07-14 18:54:46 | p-ganssle | set | messageid: <1594752886.53.0.998971204777.issue41282@roundup.psfhosted.org> |
| 2020-07-14 18:54:46 | p-ganssle | link | issue41282 messages |
| 2020-07-14 18:54:46 | p-ganssle | create | |