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
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.
> 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
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
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