Re: [Tutor] How do you install EGG files

2007-07-18 Thread shawn bright
Hey thanks for this, yes, i used the easy_install method and it did work on the python 2.4, the python 2.5 failed. shawn On 7/18/07, Kent Johnson <[EMAIL PROTECTED]> wrote: Terry Carroll wrote: > On Wed, 11 Jul 2007, shawn bright wrote: > >> Hey there all, >> i got the news that storm was relea

Re: [Tutor] How do you install EGG files

2007-07-18 Thread Kent Johnson
Terry Carroll wrote: > On Wed, 11 Jul 2007, shawn bright wrote: > >> Hey there all, >> i got the news that storm was released as open source. Storm is a db orm for >> python. >> i have a downloaded package and i would like to play with it, but it does >> not come with any install instructions. >>

Re: [Tutor] How do you install EGG files

2007-07-11 Thread Terry Carroll
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-pa

Re: [Tutor] How do you install EGG files

2007-07-11 Thread Eric Brunson
Terry Carroll wrote: > On Wed, 11 Jul 2007, shawn bright wrote: > > >> Hey there all, >> i got the news that storm was released as open source. Storm is a db orm for >> python. >> i have a downloaded package and i would like to play with it, but it does >> not come with any install instructions.

[Tutor] How do you install EGG files (was: storm anyone?

2007-07-11 Thread Terry Carroll
On Wed, 11 Jul 2007, shawn bright wrote: > Hey there all, > i got the news that storm was released as open source. Storm is a db orm for > python. > i have a downloaded package and i would like to play with it, but it does > not come with any install instructions. > i found the package here https: