[Tutor] How do you install EGG files
Terry Carroll
carroll at tjc.com
Thu Jul 12 03:01:11 CEST 2007
On Wed, 11 Jul 2007, Eric Brunson wrote:
> Add the full path of the egg to a .pth file in a directory in your
> python path.
Cool, thanks.
To Shawn:
So all I did was create a text file called "myeggs.pth" in my
site-packages directory, with the following content:
>cat c:\Python25\Lib\site-packages\myeggs.pth
C:\Documents and Settings\tcarroll\My Documents\Installs\Storm\storm-0.9-py2.5.egg
And it worked.
More information about the Tutor
mailing list