Re: [Distutils] eggs in Python path

2006-01-15 Thread Ian Bicking
Phillip J. Eby wrote: > At 10:46 AM 1/15/2006 -0500, Jim Fulton wrote: > > >>The eggs quick guide >>http://peak.telecommunity.com/DevCenter/PythonEggs#using-eggs >>says that eggs can be installed by just putting them on sys.path. This >>doesn't >>seem to be enough though. A .pth file seem to a

Re: [Distutils] eggs in Python path

2006-01-15 Thread Jim Fulton
Phillip J. Eby wrote: > At 10:46 AM 1/15/2006 -0500, Jim Fulton wrote: > >> The eggs quick guide >> http://peak.telecommunity.com/DevCenter/PythonEggs#using-eggs >> says that eggs can be installed by just putting them on sys.path. >> This doesn't >> seem to be enough though. A .pth file seem to

Re: [Distutils] eggs in Python path

2006-01-15 Thread Phillip J. Eby
At 10:46 AM 1/15/2006 -0500, Jim Fulton wrote: >The eggs quick guide >http://peak.telecommunity.com/DevCenter/PythonEggs#using-eggs >says that eggs can be installed by just putting them on sys.path. This >doesn't >seem to be enough though. A .pth file seem to also be necessary. > >Am I missing