Re: [Tutor] Do I have to include certain items in the setup.py file?

2005-09-16 Thread Nathan Pinno
Sent: Friday, September 16, 2005 4:36 PM Subject: Re: [Tutor] Do I have to include certain items in the setup.py file? > > > On Fri, 16 Sep 2005, Nathan Pinno wrote: > >> It sure does. Thanks Danny. One final question: Is it possible to write >> one setup.py and use it f

Re: [Tutor] Do I have to include certain items in the setup.py file?

2005-09-16 Thread Danny Yoo
On Fri, 16 Sep 2005, Nathan Pinno wrote: > It sure does. Thanks Danny. One final question: Is it possible to write > one setup.py and use it for multiple Python programs? Just to make sure, we are talking about the Distutils setup.py that's used to build distributions of Python applications, ri

Re: [Tutor] Do I have to include certain items in the setup.py file?

2005-09-16 Thread Nathan Pinno
y Yoo" <[EMAIL PROTECTED]> To: "Nathan Pinno" <[EMAIL PROTECTED]> Cc: "Tutor mailing list" Sent: Friday, September 16, 2005 2:12 PM Subject: Re: [Tutor] Do I have to include certain items in the setup.py file? > > > On Fri, 16 Sep 2005, Nathan P

Re: [Tutor] Do I have to include certain items in the setup.py file?

2005-09-16 Thread Danny Yoo
On Fri, 16 Sep 2005, Nathan Pinno wrote: > I was curious about what I have to include in the setup.py file. Do I > have to include such statements as "import random" if the code uses > import random and the random functions in its code for example? Hi Nathan, Each module is responsible for its

[Tutor] Do I have to include certain items in the setup.py file?

2005-09-16 Thread Nathan Pinno
Hey all,   I was curious about what I have to include in the setup.py file. Do I have to include such statements as "import random" if the code uses import random and the random functions in its code for example?   Hopefully this is not a beginner's question, Nathan Pinno For great sites go to