Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-10 Thread Martin Skøtt
I'm posting here instead of to the BTS since this problem affects at least python2.3 and python2.4. I tried installing the TurboGears (http://turbogears.org) mega-framework on my laptop running Debian unstable today and encountered a problem with .pth files not being created in /usr/local/lib/pyth

Re: Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-10 Thread Sanghyeon Seo
2005/11/11, Martin Skøtt <[EMAIL PROTECTED]>: > > The root of the problem was that distutils, as installed by python2.4, > wasn't configured to know of /usr/local/lib/python2.4/site-packages. > > Would it be possible for the python2.X packages to include the > necessary /usr/lib/python2.4/distutils

Re: Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-10 Thread Sanghyeon Seo
2005/11/11, Martin Skøtt <[EMAIL PROTECTED]>: > I'm posting here instead of to the BTS since this problem affects > at least python2.3 and python2.4. (snip) Bug filed as #338572. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338572 Seo Sanghyeon

Re: Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-14 Thread Martin Skøtt
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.) > > ship

Re: Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-14 Thread Myers Carpenter
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/Pa

Re: Missing setup of /usr/local/lib/python2.4/site-packages

2005-11-14 Thread Martin Skøtt
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 i