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
> <URL:http://www.python.org/doc/lib/module-distutils> and the documents
> that it references, which will lead you to write a 'setup.py' module
> for your package.


Many thanks, Ben, distutils was exactly what I needed.  It was a
little strange to grasp the concept that I would be "distributing" my
module to myself -- but once I got over that mental hurdle, it worked
perfectly.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to