Can someone explain 2to3?
Noah Hall
enalicho at gmail.com
Sat Jan 14 12:56:28 EST 2012
On Sat, Jan 14, 2012 at 5:06 PM, Joshua Miller <milleja46 at 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
More information about the Python-list
mailing list