python module development workflow

John Nagle nagle at animats.com
Thu Apr 12 13:28:31 EDT 2012


On 4/11/2012 1:04 PM, Miki Tebeka wrote:
>> Could any expert suggest an authoritative and complete guide for
>> developing python modules? Thanks!
> I'd start with http://docs.python.org/distutils/index.html

     Make sure that

	python setup.py build
	python setup.py install

works.

     Don't use the "rotten egg" distribution system.
(http://packages.python.org/distribute/easy_install.html)

				John Nagle




More information about the Python-list mailing list