This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author legerf
Recipients legerf
Date 2008-12-08.21:27:50
SpamBayes Score 0.0027598005
Marked as misclassified No
Message-id <1228771673.82.0.0596697860689.issue4601@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-08 21:27:53legerfsetrecipients: + legerf
2008-12-08 21:27:53legerfsetmessageid: <1228771673.82.0.0596697860689.issue4601@psf.upfronthosting.co.za>
2008-12-08 21:27:52legerflinkissue4601 messages
2008-12-08 21:27:52legerfcreate