Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26318
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Subject | Re: docx/lxml |
| Date | 2012-07-31 17:13 +0200 |
| References | <40113c57-5978-45a2-b695-8917706fd268@googlegroups.com> <mailman.2782.1343743230.4697.python-list@python.org> <704bbd5d-38fd-4e8d-884b-d09197125c85@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2787.1343747610.4697.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
docx/lxml cyrille.leroux@gmail.com - 2012-07-31 06:36 -0700
Re: docx/lxml Pedro Kroger <kroger@pedrokroger.net> - 2012-07-31 11:00 -0300
Re: docx/lxml Cyrille Leroux <cyrille.leroux@gmail.com> - 2012-07-31 08:01 -0700
Re: docx/lxml Cyrille Leroux <cyrille.leroux@gmail.com> - 2012-07-31 08:01 -0700
Re: docx/lxml Stefan Behnel <stefan_ml@behnel.de> - 2012-07-31 17:13 +0200
Re: docx/lxml Cyrille Leroux <cyrille.leroux@gmail.com> - 2012-07-31 08:51 -0700
Re: docx/lxml Cyrille Leroux <cyrille.leroux@gmail.com> - 2012-07-31 08:51 -0700
csiph-web