Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'attribute': 0.05; 'setup.py': 0.07; 'python': 0.09; 'importerror': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'message-id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:packages': 0.16; 'stefan': 0.17; 'windows': 0.19; 'module': 0.19; 'doc': 0.22; 'linux': 0.24; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'guess': 0.27; '(as': 0.27; 'header:X-Complaints-To:1': 0.28; 'subject:/': 0.28; "i'm": 0.29; 'install': 0.29; 'basic': 0.30; 'url:python': 0.32; 'file': 0.32; 'received:84': 0.32; 'goes': 0.33; 'skip:s 30': 0.33; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'url:org': 0.36; "didn't": 0.36; 'subject:: ': 0.38; 'object': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'end': 0.40; 'think': 0.40; 'story': 0.61; 'back': 0.62; 'enthusiastic': 0.65; 'internet': 0.71; 'received:arcor-ip.net': 0.84; 'received:pools.arcor-ip.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: docx/lxml Date: Tue, 31 Jul 2012 17:13:12 +0200 References: <40113c57-5978-45a2-b695-8917706fd268@googlegroups.com> <704bbd5d-38fd-4e8d-884b-d09197125c85@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-053-106.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: <704bbd5d-38fd-4e8d-884b-d09197125c85@googlegroups.com> 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343747610 news.xs4all.nl 6987 [2001:888:2000:d::a6]:36151 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26318 Cyrille Leroux, 31.07.2012 17:01: > I'm giving pip a try : > > > 1/ Linux (debian lenny) > - (as root) sh setuptools-0.6c11-py2.7.egg (ok) > - (as root) cd pip-1.1 ; python setup.py install (ok) > - pip : ImportError : No module named pkg_resources > - damn, I guess it's going to be a pain, again > - ... then I remember that anyway, I cannot access internet from my session > - end of story for linux > > > 2/ Back on Windows (7) > > - setuptools-0.6c11.win32-py2.7.exe (ok) > - (cmd) easy_install.exe pip : AttributeError : 'NoneType' object has no attribute 'clone' > > Well, I think I'm starting to feel less and less enthusiastic about python... I didn't suspect it would be so difficult to write a basic doc file :) "pip" goes with "distribute", not "setuptools". http://packages.python.org/distribute/ Stefan