Re: Missing setup of /usr/local/lib/python2.4/site-packages
On Fri, Nov 11, 2005 at 04:28:59PM +0900, Sanghyeon Seo wrote: > $ cat /usr/lib/python2.3/distutils/distutils.cfg > [install] > prefix = /usr/local > > (Please use prefix, not install_lib as OP suggested. This should handle > install_scripts, install_man and all other distutils options.) > > shipped by Debian Python packages. This should solve all easy_install related > problems, as well as python setup.py install problems, provided the user > in question has write access to /usr/local (by being a member of staff group, > for example). I tried the above with TurboGears and it does not solve my problem. Files are correctly installed under /usr/local, but the .pth files are still missing making the install useless. -- Regards Martin Skøtt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Missing setup of /usr/local/lib/python2.4/site-packages
On 14/11/2005 7:53 AM, Martin Skøtt wrote: I tried the above with TurboGears and it does not solve my problem. Files are correctly installed under /usr/local, but the .pth files are still missing making the install useless. Try what they recommend in: http://peak.telecommunity.com/DevCenter/PackageNotes#on-debian I feel easy_install should be able to figure out what to use as the site-dirs var itself without having to specify it in this file. myers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Missing setup of /usr/local/lib/python2.4/site-packages
On Mon, Nov 14, 2005 at 05:40:52PM -0500, Myers Carpenter wrote: > http://peak.telecommunity.com/DevCenter/PackageNotes#on-debian Thanks, I was allready aware of that (and have been using TurboGears since last week). My comment was to Sangheyon Seo's suggestion for a distutils.cfg to be included in the Debian python packages. I will extend his bug report with the link you provided. > I feel easy_install should be able to figure out what to use as the > site-dirs var itself without having to specify it in this file. I think you are right, but until then it would be nice if Debian shipped with the necessary configuration included. Btw. please follow the code of conduct of Debian lists and reply to the list and not to me. See: http://www.debian.org/MailingLists/#codeofconduct -- Regards, Martin Skøtt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]