This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rupole
Recipients collinwinter, rupole
Date 2008-09-19.02:04:45
SpamBayes Score 1.1577076e-06
Marked as misclassified No
Message-id <1221789887.71.0.117556285993.issue3906@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-09-19 02:04:47rupolesetrecipients: + rupole, collinwinter
2008-09-19 02:04:47rupolesetmessageid: <1221789887.71.0.117556285993.issue3906@psf.upfronthosting.co.za>
2008-09-19 02:04:46rupolelinkissue3906 messages
2008-09-19 02:04:46rupolecreate