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

Re: [pygame] __main__ and python -m pygame.tests



Hi René,

I took a shortcut in how __main__.py was invoked. I have changed that in SVN so __main__ is now imported, not executed. This is consistent with the rest of the test system

Lenard


René Dudfield wrote:
hi,

With ubuntu 9.4

Maybe there is something wrong with my setup.  I'll remove all the
files and start again to check it.

cu,


On Tue, Jun 2, 2009 at 10:11 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
Hello,

What system? __main__ is just "go" renamed. And Python 3 expects it.

Lenard

René Dudfield wrote:
hi,

it seems like 'python -m pygame.tests' stopped working with the
addition of __main__.py

What was the issue with needing a __main__.py again?