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 also be necessary.
>>
>>Am I missing something?
> 
> 
> Two somethings.  :)
> 
> First, you *can* install an egg by putting it on sys.path.  A .pth file is 
> just one *way* of putting it on sys.path.

I can read that two ways, with Jim's reading being more likely.  Maybe 
it would be better to say that you can install an egg by making sure 
sys.path points to the egg.  Being "on" sys.path can mean either "being 
in that list of paths" and "contained by a directory on that list of paths."


-- 
Ian Bicking  |  [EMAIL PROTECTED]  |  http://blog.ianbicking.org
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to