Re: How To Uses Modules And Plugins

2008-04-06 Thread Gabriel Genellina
En Sun, 06 Apr 2008 14:28:44 -0300, <[EMAIL PROTECTED]> 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

Re: How To Uses Modules And Plugins

2008-04-06 Thread Lie
On Apr 7, 12:28 am, [EMAIL PROTECTED] wrote: > 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__()

How To Uses Modules And Plugins

2008-04-06 Thread marion
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 i