[EMAIL PROTECTED] wrote:
I'v just completed a small python project, which includes a main py
file and a couple of classes in seperated py files.  I can run it under
the development directory, but how to distribute them?  Is there any
good practice here?

"Distributing Python Modules" http://docs.python.org/dist/dist.html

Excerpt:
" This document describes the Python Distribution Utilities
('Distutils') from the module developer's point of view, describing how
to use the Distutils to make Python modules and extensions easily
available to a wider audience with very little overhead for
build/release/install mechanics."

Regards,
--
Swaroop C H
Blog: http://www.swaroopch.info
Book: http://www.byteofpython.info

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to