installing any python module

2008-07-10 Thread Bhagwat Kolde
Hi all, What is the correct process of installing any external python module? Once we downloaded any python module, Q1) Where this module should be placed in python installation file structure? Q2) How to execute setup.py file? Thanks, Bhagwat --

if __name__ == '__main__':

2008-03-20 Thread Bhagwat Kolde
Hi, I am new to the python and not getting meaning of following line, if __name__ == '__main__': main() Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list

Re: if __name__ == '__main__':

2008-03-20 Thread Bhagwat Kolde
Thanks all my problem cleared. Bhagwat On Thu, Mar 20, 2008 at 11:02 PM, 7stud [EMAIL PROTECTED] wrote: On Mar 20, 10:21 am, Simon Brunning [EMAIL PROTECTED] wrote: On Thu, Mar 20, 2008 at 4:12 PM, Bhagwat Kolde [EMAIL PROTECTED] wrote: Hi, I am new to the python and not getting