Tim Johnson wrote:
> I have a seperate library directory both on my work station on
> the the remote servers that I write applications for..
>
> I commonly use sys.path.append('/path/to/mylibraries') in my
> python code.
>
> That code has to be placed in any standalone script that I write.
> I c
On Friday 24 August 2007, Tim Johnson wrote:
> On Thursday 23 August 2007, Kent Johnson wrote:
> > > I would welcome some opinions on this matter.
> >
> > Make a file called mylibraries.pth with contents
> > /path/to/mylibraries
>
> Aha! User-defined .pth file is recognized by python
>
> > Put the
On Thursday 23 August 2007, Kent Johnson wrote:
> > I would welcome some opinions on this matter.
>
> Make a file called mylibraries.pth with contents
> /path/to/mylibraries
Aha! User-defined .pth file is recognized by python
> Put the file in your site-packages folder (I don't know wherethat is
Tim Johnson wrote:
> I have a seperate library directory both on my work station on
> the the remote servers that I write applications for..
>
> I commonly use sys.path.append('/path/to/mylibraries') in my
> python code.
>
> That code has to be placed in any standalone script that I write.
> I c