Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87495
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '16,': 0.03; '21,': 0.07; 'attribute': 0.07; 'importerror:': 0.07; 'exception,': 0.09; 'setup.py': 0.09; 'subject:module': 0.09; 'python': 0.11; '(),': 0.16; 'setuptools': 0.16; 'url:gz': 0.16; 'url:packages': 0.16; 'url:setuptools': 0.16; 'url:tar': 0.16; 'exception': 0.16; 'module': 0.19; 'import': 0.22; 'extension': 0.26; 'handling': 0.26; 'skip:" 40': 0.26; 'downloaded': 0.26; 'skip:_ 20': 0.27; 'skip:& 60': 0.30; 'message- id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; '"",': 0.31; 'linux.': 0.31; 'file': 0.32; 'another': 0.32; 'url:python': 0.33; '(most': 0.33; 'to:name:python-list': 0.33; 'url:source': 0.33; 'skip:_ 10': 0.34; 'received:google.com': 0.35; 'skip:" 50': 0.36; 'url:org': 0.36; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'url:3': 0.61; 'skip:n 10': 0.64; 'received:mail- wi0-x229.google.com': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nF094Lm7g0EnMkktNLIC/JEHl9D3iwj12BIcLh7AjbU=; b=GwzZhgyHD88IJb65VLrHMo6ciJefXhdUBLUAwS/g1cURP0BVAVilwB5zjJ+YCuTJnU DtoP3toybum4fJ3FYelR5qKLIu8wsdwGtLu7tGTo4vM1s3WKgD4fVvmTGjvlecrqUije qPu3En7qQrIHbT2bSRnoHD2YRYUjZn+4Yx83eWEcOjyCQDPcOL6WH7hcfDOxuzPiRsEM hqtU/sPlR17nsjP11iPBUBaIVS+ymH3FePUXyM3P2iYtWLE+KORFawgp+g5fkaFkiaQa KaqtYRiF/GwDI3ElF4GjkXW7Ni4tNombOqznsqyHEdqhyGVK6O4GTfPs4xQGkcwFiDrR TC+w== |
| MIME-Version | 1.0 |
| X-Received | by 10.181.8.75 with SMTP id di11mr160127601wid.26.1426463639275; Sun, 15 Mar 2015 16:53:59 -0700 (PDT) |
| Date | Sun, 15 Mar 2015 17:53:59 -0600 |
| Subject | Setuptools: no module named 'html.entities' |
| From | Jason Friedman <jsf80238@gmail.com> |
| To | python-list <python-list@python.org> |
| Content-Type | multipart/alternative; boundary=001a1134d05e81106d05115c728c |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.404.1426463648.21433.python-list@python.org> (permalink) |
| Lines | 67 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1426463648 news.xs4all.nl 2881 [2001:888:2000:d::a6]:48033 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:87495 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hello,
This is Python 3.3.2 on Linux.
I downloaded Setuptools (
https://pypi.python.org/packages/source/s/setuptools/setuptools-14.3.tar.gz),
exploded the tarball, and I get:
python setup.py build
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 1521, in
_find_and_load_unlocked
AttributeError: 'module' object has no attribute '__path__'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 21, in <module>
exec(init_file.read(), command_ns)
File "<string>", line 11, in <module>
File "/home/spjsf/setuptools-14.3/setuptools/__init__.py", line 11, in
<module>
from setuptools.extension import Extension
File "/home/spjsf/setuptools-14.3/setuptools/extension.py", line 8, in
<module>
from .dist import _get_unpatched
File "/home/spjsf/setuptools-14.3/setuptools/dist.py", line 16, in
<module>
from setuptools.depends import Require
File "/home/spjsf/setuptools-14.3/setuptools/depends.py", line 6, in
<module>
from setuptools import compat
File "/home/spjsf/setuptools-14.3/setuptools/compat.py", line 44, in
<module>
from html.entities import name2codepoint
ImportError: No module named 'html.entities'; html is not a package
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Setuptools: no module named 'html.entities' Jason Friedman <jsf80238@gmail.com> - 2015-03-15 17:53 -0600
csiph-web