> > having your own select module is a problem. Actually, duplicating standard module names is not a problem if you put your scripts within a package structure. Then, you may use a syntax like "from my_game_package import select" to import your module unambiguously.
http://docs.python.org/tutorial/modules.html#packages Jason