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
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
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