Re: python module development workflow

2012-04-12 Thread rusi
On Apr 11, 8:38 pm, Peng Yu wrote: > On Apr 11, 10:25 am, John Gordon wrote: > > > In <2900f481-fbe9-4da3-a7ca-5485d1ceb...@m13g2000yqc.googlegroups.com> Peng > > Yu writes: > > > > It is confusing to me what the best workflow is for python module > > > development. There is setup.py, egg. Also

Re: python module development workflow

2012-04-12 Thread John Nagle
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.

Re: python module development workflow

2012-04-11 Thread Miki Tebeka
> 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 -- http://mail.python.org/mailman/listinfo/python-list

Re: python module development workflow

2012-04-11 Thread Peng Yu
On Apr 11, 10:25 am, John Gordon wrote: > In <2900f481-fbe9-4da3-a7ca-5485d1ceb...@m13g2000yqc.googlegroups.com> Peng > Yu writes: > > > It is confusing to me what the best workflow is for python module > > development. There is setup.py, egg. Also, pip, easy_install. > > It's unclear what you a

Re: python module development workflow

2012-04-11 Thread John Gordon
In <2900f481-fbe9-4da3-a7ca-5485d1ceb...@m13g2000yqc.googlegroups.com> Peng Yu writes: > It is confusing to me what the best workflow is for python module > development. There is setup.py, egg. Also, pip, easy_install. It's unclear what you are asking. How to develop your own modules? How to

python module development workflow

2012-04-11 Thread Peng Yu
Hi, It is confusing to me what the best workflow is for python module development. There is setup.py, egg. Also, pip, easy_install. Could any expert suggest an authoritative and complete guide for developing python modules? Thanks! Regards, Peng -- http://mail.python.org/mailman/listinfo/python