[issue3906] lib2to3\main.py will not run

2008-09-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: lib2to3/main.py is not an entry point. You should use the top level 2to3 script. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3906] lib2to3\main.py will not run

2008-09-18 Thread Roger Upole
New submission from Roger Upole <[EMAIL PROTECTED]>: On first try: File "H:\Python-3.0rc1\Lib\lib2to3\main.py", line 10, in from . import refactor ValueError: Attempted relative import in non-package And after changing that line to from lib2to3 import refactor it still dies with File