Hussein B <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to