Python 2.5 "make install" bug?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yang Zhang

    #1

    Python 2.5 "make install" bug?

    All the site-packages/*.so files get copied to the directory specified
    in my ~/.pydistutils.cf g instead of lib-dynload under the prefix dir,
    then proceeds to chmod 755 all the files in that directory (including
    ones that existed before install). Please advise.
Working...