On 5 Jul 2005 01:31:09 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am a new learner of Python Programming Language.
Welcome! > I was wonderring ... what is the __init__.py used for ? > This question may seems to be stupid for an expert. > But, if you can give the answer, it will be helpful for me. The __init__.py files make Python treat the directories as packages - see http://docs.python.org/tut/node8.html#SECTION008400000000000000000. We have to do something about those URLs! -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mailman/listinfo/python-list