I noticed today on a new box I couldn't install mailman.client via pip
or easy_install. I actually got it to install with pip by removing the .
(so it was just mailmanclient)
But then when I launch a python shell, I can't use mailmanclient as a
module. So if I list the available modules, it do
On 03/02/2016 08:16 AM, treal tv wrote:
> I noticed today on a new box I couldn't install mailman.client via pip
> or easy_install. I actually got it to install with pip by removing the .
> (so it was just mailmanclient)
>
> But then when I launch a python shell, I can't use mailmanclient as a
> m