[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame parachute and inconsistent interned sting state - but only on Slackware 13.0 32 bit



> > 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