John Ladasky <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]
com:
> Hi folks,
>
> Running Python 2.5 on both a Windows XP laptop, and an Ubuntu
> Linux 7.04 desktop.
>
> I've gotten tired of maintaining multiple copies of my personal
> modules that I use over and over. I have copies of the
"John Ladasky" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| On Windows I found a solution that works, but which may be a kludge.
| In the Python "site-packages" folder, I added a sub-folder called "my-
| packages". Then I created a text file, "my-packages.pth", containing
| the
On Tue, 03 Jun 2008 17:57:07 -0700, John Ladasky wrote:
> Hi folks,
>
> Running Python 2.5 on both a Windows XP laptop, and an Ubuntu Linux
> 7.04 desktop.
>
> I've gotten tired of maintaining multiple copies of my personal
> modules that I use over and over. I have copies of these files in the
On Jun 3, 6:52 pm, Ben Finney <[EMAIL PROTECTED]>
wrote:
> John Ladasky <[EMAIL PROTECTED]> writes:
> > I want to know what is the *recommended* way to integrate my own
> > personal modules with Python. Thanks!
>
> You want the 'distutils' documentation
> http://www.python.org/doc/lib/module-distu
John Ladasky <[EMAIL PROTECTED]> writes:
> I want to know what is the *recommended* way to integrate my own
> personal modules with Python. Thanks!
You want the 'distutils' documentation
http://www.python.org/doc/lib/module-distutils> and the documents
that it references, which will lead you to