How To Uses Modules And Plugins

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Apr 6 15:40:05 EDT 2008


En Sun, 06 Apr 2008 14:28:44 -0300, <marion at everautumn.com> escribió:

> I am working on a client/server, computer role-play game using Python.
> I want to gradually expand the game world by creating maps as
> individual py files in a map directory. I am a little foggy of how to
> do this. I have read about the __import__() function. I want to
> understand what the difference is between using modules and plugins.
> Are they the same thing? How will my root script interact with the
> individual modules once it has loaded them? If you can point me to a
> web site or tutorial on this subject I would be thankful.

Look for recent posts about "plugin" in this group.

-- 
Gabriel Genellina




More information about the Python-list mailing list