New submission from Roger Upole <[EMAIL PROTECTED]>: On first try:
File "H:\Python-3.0rc1\Lib\lib2to3\main.py", line 10, in <module> 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 "H:\Python-3.0rc1\Lib\lib2to3\main.py", line 86, in <module> sys.exit(main()) TypeError: main() takes at least 1 positional argument (0 given) ---------- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) messages: 73412 nosy: collinwinter, rupole severity: normal status: open title: lib2to3\main.py will not run versions: Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3906> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com