Module clarification

Duncan Booth duncan.booth at invalid.invalid
Mon Jul 28 09:11:22 EDT 2008


Hussein B <hubaghdadi at gmail.com> wrote:

> If I have a couple of modules, is there a way to package them? or
> there is no such a thing in Python?
> 
> 

It sounds rather as though you haven't yet gone through the Python 
tutorial. You really should read it, even if you just skim through it to 
see what topics are covered. The tutorial explains both modules and 
packages: http://docs.python.org/tut/node8.html

What it doesn't cover is that you can import modules or packages directly 
from a zip file.

Then read about eggs.

-- 
Duncan Booth http://kupuguy.blogspot.com



More information about the Python-list mailing list