Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18972 > unrolled thread

Re: Can someone explain 2to3?

Started byNoah Hall <enalicho@gmail.com>
First post2012-01-14 17:56 +0000
Last post2012-01-14 17:56 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Can someone explain 2to3? Noah Hall <enalicho@gmail.com> - 2012-01-14 17:56 +0000

#18972 — Re: Can someone explain 2to3?

FromNoah Hall <enalicho@gmail.com>
Date2012-01-14 17:56 +0000
SubjectRe: Can someone explain 2to3?
Message-ID<mailman.4746.1326563833.27778.python-list@python.org>
On Sat, Jan 14, 2012 at 5:06 PM, Joshua Miller <milleja46@gmail.com> wrote:
> Ok i'm trying to convert https://github.com/rdeaton/spyral to python3
> but i'm at a loss on how to actually use 2to3. Can someone explain
> it's proper use to me so i can do the conversion? prefereably where i
> can take "C:\Python32\Lib\site-packages\spyral\" and put it in a new
> directory that i will name "C:\Python32\Lib\site-packages\spyralpy3\"?
> Thanks in advance for the help

Have a read of the docs[0]. 2to3 will convert it to 3, but it may need
more fixes to run as well.

[0] - http://docs.python.org/library/2to3.html

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web