Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18972 > unrolled thread
| Started by | Noah Hall <enalicho@gmail.com> |
|---|---|
| First post | 2012-01-14 17:56 +0000 |
| Last post | 2012-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.
Re: Can someone explain 2to3? Noah Hall <enalicho@gmail.com> - 2012-01-14 17:56 +0000
| From | Noah Hall <enalicho@gmail.com> |
|---|---|
| Date | 2012-01-14 17:56 +0000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web