On Wed, Oct 10, 2012 at 12:49 PM, Sylvain Thénault <
sylvain.thena...@logilab.fr> wrote:

> On 10 octobre 12:04, Dan Stromberg wrote:
> > On Wed, Oct 10, 2012 at 8:49 AM, Sylvain Thénault <
> > For pylint, common and astng, I'm using
> > "/usr/local/$which_python/bin/python setup.py install --no-compile" to
> > install the files.
> >
> > My rootly umask is 0022, as is the account's umask I'm sudo'ing from.
>
> sounds like the pb lies in python3 distutils, as the pb doesn't arise with
> your python 2.7 installation, installed in the same way with the same
> umask,
> right ?

Yes, same way, same umask.  In fact,they're all built using the same shell
script - very little room for variation there.

I've added a chmod to the bash script I wrote for building multiple pythons
with cython and pylint, which seems to work around the problem.
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to