Re: Import, site packages, my modules, Windows vs. Linux

2008-06-07 Thread rzed
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

Re: Import, site packages, my modules, Windows vs. Linux

2008-06-04 Thread Terry Reedy
"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

Re: Import, site packages, my modules, Windows vs. Linux

2008-06-04 Thread Tobiah
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

Re: Import, site packages, my modules, Windows vs. Linux

2008-06-04 Thread John Ladasky
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

Re: Import, site packages, my modules, Windows vs. Linux

2008-06-03 Thread Ben Finney
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