Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'fixes': 0.05; '[0]': 0.09; 'url:github': 0.09; 'skip:" 40': 0.15; 'cc:addr:python-list': 0.15; '2to3': 0.16; '5:06': 0.16; 'subject:2to3': 0.16; 'wrote:': 0.16; 'advance': 0.17; 'convert': 0.19; 'jan': 0.19; 'trying': 0.20; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.25; 'sat,': 0.25; 'pm,': 0.26; 'received:209.85.220': 0.27; "i'm": 0.27; 'skip:" 30': 0.28; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'python3': 0.30; 'subject:?': 0.30; 'url:library': 0.30; 'actually': 0.32; 'thanks': 0.32; 'someone': 0.34; 'url:python': 0.36; 'run': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'put': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'help': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'more': 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=TOLr1Ovk3rIXMlPV9cja9RKBP/FrTArelcL/QJS/sFw=; b=BEcsBFf3A8pwTtKExXycBEvPPJ4Hd2F2yN6fvUXbLvi0mY4Rf/Yt+ITCat1NNGgiCE KGA6hco8Qvxt213cjJYrShHvY7WMbrVRDEvhP88/TZuAsi7QXXZbJjLTF4+0wG6TRBXR RveGwEEifPDLNiRQGPLRfDljj6l7++LpEYCt8= MIME-Version: 1.0 In-Reply-To: References: From: Noah Hall Date: Sat, 14 Jan 2012 17:56:28 +0000 Subject: Re: Can someone explain 2to3? To: Joshua Miller Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326563833 news.xs4all.nl 6966 [2001:888:2000:d::a6]:37717 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18972 On Sat, Jan 14, 2012 at 5:06 PM, Joshua Miller 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