Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'attribute': 0.05; 'setup.py': 0.07; 'python': 0.09; 'importerror': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'file,': 0.15; 'url:packages': 0.16; 'wrote:': 0.17; 'stefan': 0.17; 'windows': 0.19; 'module': 0.19; 'file.': 0.20; '31,': 0.22; 'converted': 0.22; 'doc': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'guess': 0.27; '(as': 0.27; 'subject:/': 0.28; 'end,': 0.29; "i'm": 0.29; 'install': 0.29; 'basic': 0.30; 'url:python': 0.32; 'file': 0.32; 'goes': 0.33; 'skip:s 30': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'next': 0.35; 'url:org': 0.36; "didn't": 0.36; 'thank': 0.36; 'ok,': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'object': 0.38; 'skip:" 10': 0.40; 'end': 0.40; 'think': 0.40; 'july': 0.60; 'you.': 0.61; 'story': 0.61; 'back': 0.62; 'enthusiastic': 0.65; 'internet': 0.71 Newsgroups: comp.lang.python Date: Tue, 31 Jul 2012 08:51:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.218.205.226; posting-account=_emXJAoAAABRE0W7cUMTsqZn_SxaV99k References: <40113c57-5978-45a2-b695-8917706fd268@googlegroups.com> <704bbd5d-38fd-4e8d-884b-d09197125c85@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 46.218.205.226 MIME-Version: 1.0 Subject: Re: docx/lxml From: Cyrille Leroux To: comp.lang.python@googlegroups.com 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: , Message-ID: Lines: 55 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343749867 news.xs4all.nl 6964 [2001:888:2000:d::a6]:52751 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26321 On Tuesday, July 31, 2012 5:13:12 PM UTC+2, Stefan Behnel wrote: > 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 Ok, I will try it next time then, thank you. In the end, I found a way around. I generated an html file, then, converted it to a doc file.