Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'url:bitbucket': 0.05; 'modify': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'release,': 0.09; 'bug': 0.12; '(either': 0.16; 'egg': 0.16; 'ez_setup.py': 0.16; 'helps.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'setuptools': 0.16; 'spacing': 0.16; 'subject: \n ': 0.16; 'subject:issue': 0.16; 'uninstall': 0.16; 'url:setuptools': 0.16; 'folder': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'commit': 0.19; 'work,': 0.20; 'thanks.': 0.20; 'seems': 0.21; 'code,': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'parse': 0.24; 'scroll': 0.24; '(see': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'fixed': 0.29; 'patch': 0.29; 'thus': 0.29; 'related': 0.29; 'waste': 0.30; "skip:' 10": 0.31; 'quotes': 0.31; 'run': 0.32; 'running': 0.33; 'guess': 0.33; 'could': 0.34; 'message.': 0.35; 'problem': 0.35; 'subject: (': 0.35; 'prepare': 0.35; 'but': 0.35; 'google': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'next': 0.36; 'url:org': 0.36; 'should': 0.36; 'so,': 0.37; 'branch': 0.38; 'e.g.': 0.38; 'jason': 0.38; 'work?': 0.38; 'whatever': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'remove': 0.60; 'is.': 0.60; 'manually': 0.60; 'removing': 0.60; 'hope': 0.61; 'from:charset:utf-8': 0.61; "you're": 0.61; 'different': 0.65; 'details': 0.65; 'p.s.': 0.66; 'latest': 0.67; 'containing': 0.69; 'received:93': 0.72; 'groups.': 0.74; 'answer:': 0.84; 'avoids': 0.84; 'received:hr': 0.84; 'subject:common': 0.84; 'subject:find': 0.84; 'hate': 0.91; 'hand,': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: =?UTF-8?B?SnVya28gR29zcG9kbmV0acSH?= Subject: Re: Common issue but unable to find common solution (ez_setup.py on PC) Date: Wed, 07 May 2014 18:58:55 +0200 Organization: PKE sistemi d.o.o. References: <253cc793-655e-4b7d-a167-73bb8bebde90@googlegroups.com> <50b03208-8a61-43fc-890e-09992c4c4759@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 93-141-111-178.adsl.net.t-com.hr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <50b03208-8a61-43fc-890e-09992c4c4759@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399481949 news.xs4all.nl 2893 [2001:888:2000:d::a6]:39706 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71038 Hi Jason, On 7.5.2014. 15:52, Jason Mellone wrote: > So, is the answer: > > 1 - Until the patch is applied there is no answer > > or > > 2 - I can go in and manually modify the code, and have the ez setup work? I see the patch has just been applied to the setuptools development repo, so the bug will be fixed in the next setuptools release, which seems imminent, judging from the latest setuptools commits. Related commits (see them at https://bitbucket.org/pypa/setuptools/commits/all) are on a branch containing the c95540cfeaec64251e78add403513a4f30700319 commit from 2014-04-15. But, if you need to fix your problem sooner, you can always do one of the following: 1. Not run ez_setup.py if setuptools is already installed and instead just run 'easy_install -U setuptools' to perform the upgrade. (I think that avoids the problem at hand, but I don't recall all the details so I could be mistaken.) 2. Manually remove setuptools before running ez_setup.py (either by removing the setuptools egg from your site-packages folder or perhaps by running 'pip uninstall setuptools'). 3. Checkout the development version of setuptools and install from there or prepare your own private setuptools package based on the current development tip. So you should be able to get your scenario to work, whatever it is. Hope this helps. Best regards, Jurko Gospodnetić P.S. I guess you're using google groups. I really hate the double spacing that leaves in your quotes and thus makes me scroll a lot and waste a lot of time trying to parse your message. Please try to use a different newsgroup client, e.g. Thunderbird. Many thanks.