At Wednesday 6/12/2006 23:20, johnny wrote:

Can someone also tell me what is the purpose of
if __name__ == "__main__":

Reading the Python Tutorial helps a lot.

Do I have to call, main of ftp module within processKick?

Yes, because the original script author didn't want to call a function inside that module, instead, he wanted to invoke the module as a child program.
Reading the Python Tutorial helps a lot.


--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to