New submission from Leger <[EMAIL PROTECTED]>: Under Debian/Lenny, with Python3.0.final install from the tarball, any user can't import lib-dynload, launch IDLE ... but local root can do them.
When I login in root and run "chmod -R o+rx /usr/lib/python3.0/*", users can use normaly python3.0. Install detail : "configure --with-pydebug --with-doc-strings --enable-shared --enable-profiling --enable-ipv6 --with-threads --with-tsc --prefix=/usr ; make ; make test" and after "make altinstall > altinstall.log 2>&1". I join altinstall.log. ---------- components: Library (Lib) files: altinstall.log messages: 77344 nosy: legerf severity: normal status: open title: permissions errors with altinstall in 3.0 type: resource usage versions: Python 3.0 Added file: http://bugs.python.org/file12288/altinstall.log _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4601> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com