摘要: To pack anddistribute your own python modules, you need to create a package with setup.py.Ensure you have install setuptools package before we start this tutorial.Here we will take dnsms module as example.First of all, let's make the layout of the project like below:dnsms_client/dnsms/examples/C 阅读全文
posted @ 2012-09-21 20:07 Alex_Waiter 阅读(1407) 评论(0) 推荐(0)