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: 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 To: python-list 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --001a1134d05e81106d05115c728c Content-Type: text/plain; charset=UTF-8 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 "", 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 exec(init_file.read(), command_ns) File "", line 11, in File "/home/spjsf/setuptools-14.3/setuptools/__init__.py", line 11, in from setuptools.extension import Extension File "/home/spjsf/setuptools-14.3/setuptools/extension.py", line 8, in from .dist import _get_unpatched File "/home/spjsf/setuptools-14.3/setuptools/dist.py", line 16, in from setuptools.depends import Require File "/home/spjsf/setuptools-14.3/setuptools/depends.py", line 6, in from setuptools import compat File "/home/spjsf/setuptools-14.3/setuptools/compat.py", line 44, in from html.entities import name2codepoint ImportError: No module named 'html.entities'; html is not a package --001a1134d05e81106d05115c728c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

This is Python 3.3.2 on Linux.
I download= ed Setuptools (https://pypi.python.org/packages/source/s/setup= tools/setuptools-14.3.tar.gz), exploded the tarball, and I get:

= python setup.py build
Traceback (most recent call last):
=C2=A0 File = "<frozen importlib._bootstrap>", line 1521, in _find_and_lo= ad_unlocked
AttributeError: 'module' object has no attribute = 9;__path__'

During handling of the above exception, another exce= ption occurred:
Traceback (most recent call last):
=C2=A0 File "= setup.py", line 21, in <module>
=C2=A0 =C2=A0 exec(init_file.= read(), command_ns)
=C2=A0 File "<string>", line 11, in = <module>
=C2=A0 File "/home/spjsf/setuptools-14.3/setuptools/= __init__.py", line 11, in <module>
=C2=A0 =C2=A0 from setupto= ols.extension import Extension
=C2=A0 File "/home/spjsf/setuptools-= 14.3/setuptools/extension.py", line 8, in <module>
=C2=A0 =C2= =A0 from .dist import _get_unpatched
=C2=A0 File "/home/spjsf/setup= tools-14.3/setuptools/dist.py", line 16, in <module>
=C2=A0 = =C2=A0 from setuptools.depends import Require
=C2=A0 File "/home/sp= jsf/setuptools-14.3/setuptools/depends.py", line 6, in <module><= br>=C2=A0 =C2=A0 from setuptools import compat
=C2=A0 File "/home/s= pjsf/setuptools-14.3/setuptools/compat.py", line 44, in <module>=
=C2=A0 =C2=A0 from html.entities import name2codepoint
ImportError: = No module named 'html.entities'; html is not a package
--001a1134d05e81106d05115c728c--