On Sun, Nov 16, 2014 at 12:36 PM, Abdul Abdul <[email protected]> wrote: > My question is, where did PIL go here? Can a module have another module > inside it?
Yes, a module that contains other modules is usually called a package. -- https://mail.python.org/mailman/listinfo/python-list
