[TurboGears] Re: Debian Sarge Install

2005-10-22 Thread gh
Correction/Addition. The previous works fine for installation but kid won't run. I created ~/py/sitecustomize.py cat py/sitecustomize.py EOF import sys, os, os.path setuptools_dir = '/usr/local/lib/python2.4/site-packages' for x in os.listdir(os.path.expanduser(setuptools_dir)): eggpath

[TurboGears] Re: Debian Sarge Install

2005-10-22 Thread Phillip J. Eby
gh wrote: Correction/Addition. The previous works fine for installation but kid won't run. I created ~/py/sitecustomize.py cat py/sitecustomize.py EOF import sys, os, os.path setuptools_dir = '/usr/local/lib/python2.4/site-packages' for x in

[TurboGears] Re: Debian Sarge Install

2005-10-22 Thread Guy Hulbert
On Sat, 2005-22-10 at 11:14 -0700, Phillip J. Eby wrote: gh wrote: Correction/Addition. The previous works fine for installation but kid won't run. You did not comment on previous. Is that ok ? I created ~/py/sitecustomize.py snip I strongly recommend that people *not* do this!