[New-bugs-announce] [issue24843] 2to3 not working

gladman report at bugs.python.org
Tue Aug 11 09:46:43 CEST 2015


New submission from gladman:

when I try to use the 2to3 script on the command line on Windows x64, I get the response:

  C:\Program Files\Python34\Tools\scripts>2to3 C:\Users\brian\Downloads\puzzles.py
  At least one file or directory argument required.
  Use --help to show usage.

When I ask for help I get:

  C:\Program Files\Python34\Tools\scripts>2to3 --help
  At least one file or directory argument required.
  Use --help to show usage.

In fact this is always the response I obtain irrespective of what I enter after '2to3' on the command line.  Python 3.5rc1 also behaves in the same way.

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 248396
nosy: gladman
priority: normal
severity: normal
status: open
title: 2to3 not working
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24843>
_______________________________________


More information about the New-bugs-announce mailing list