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 gladman
Recipients gladman
Date 2015-08-11.07:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439279203.37.0.380376183604.issue24843@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-11 07:46:43gladmansetrecipients: + gladman
2015-08-11 07:46:43gladmansetmessageid: <1439279203.37.0.380376183604.issue24843@psf.upfronthosting.co.za>
2015-08-11 07:46:43gladmanlinkissue24843 messages
2015-08-11 07:46:42gladmancreate