leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

Installer does not install properly #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running setup.py build then sudo setup.py install failed to set the
permissions properly.

I was unable to even import anything mutagen, until I discovered that the
permissions on /usr/local/lib/python2.6/dist-packages/mutagen* where all wrong.

The folder mutagen was 770, and all the files were 660, everything owned by
root:staff.  Once I manually changed the folder to 775 and the files to 664
everything seems to be working better.

Original issue reported on code.google.com by FISHMAN...@gmail.com on 13 Aug 2009 at 5:02

GoogleCodeExporter commented 9 years ago
We just use standard distutils for installing. Sounds like your umask is 
screwed up.
Talk to your OS vendor.

Original comment by joe.wreschnig@gmail.com on 13 Aug 2009 at 4:28