Hi, On Wed, Aug 10, 2011 at 9:16 AM, Seung Soo, <[email protected]> wrote: > No module named test.__main__; 'test' is a package and cannot be directly > executed > > (without a new line at the end!)
(I fixed the missing new line.) But PyPy behaves like Python 2.7. I don't know if you are reading the docs for Python 3.x, but it doesn't work this way in Python 2.7 either. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
