packages

Chris Cioffi evenprimes at gmail.com
Mon Apr 18 14:45:06 EDT 2005


Check out http://docs.python.org/tut/node8.html#SECTION008400000000000000000

Basically a package is a directory with one or more Python modules
along with the "special" module called __init__.py.

Chris

On 18/04/05, Mage <mage at mage.hu> wrote:
>       Hello,
> 
> I read about modules and packages in the tutorial. I think I understand
> how to use packages and modules, even I know how to create a module (as
> far I understand it's a simple .py) file , but I don't know how can I
> create a package and when should I do it.
> 
> Where should I look for more information?
> 
>       Mage
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 



-- 
"I was born not knowing and have had only a little time to change that
here and there." -- Richard Feynman



More information about the Python-list mailing list