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