Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63448
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; '16,': 0.03; 'importerror:': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'ez_setup.py': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'setuptools': 0.16; 'skip:" 70': 0.16; 'skip:" 80': 0.16; 'trying': 0.19; 'import': 0.22; 'issue.': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; '31,': 0.24; 'extension': 0.26; 'possibly': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'related': 0.29; 'went': 0.31; 'getting': 0.31; '"",': 0.31; 'file': 0.32; 'run': 0.32; '(most': 0.33; 'skip:_ 10': 0.34; 'subject:with': 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'installing': 0.36; 'doing': 0.36; 'error.': 0.37; 'wrong': 0.37; 'being': 0.38; 'expected': 0.38; 'to:addr :python-list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:c 50': 0.60; 'name': 0.63; 'awhile': 0.84; 'received:myvzw.com': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Rzed <rzantow@gmail.com> |
| Subject | Difficulty with ez_setup.py |
| Date | Tue, 07 Jan 2014 14:49:01 -0500 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 32.sub-75-192-244.myvzw.com |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.5150.1389124208.18130.python-list@python.org> (permalink) |
| Lines | 40 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389124208 news.xs4all.nl 2919 [2001:888:2000:d::a6]:48217 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63448 |
Show key headers only | View raw
I am trying to run ez_setup.py on a fresh installation of Python 2.7.6
in a Win XP environment, but I keep getting an error. Here's the traceback:
C:\Python27\Lib>python ez_setup.py
Extracting in c:\docume~1\dick\locals~1\temp\tmpkjidy0
Now working in c:\docume~1\dick\locals~1\temp\tmpkjidy0\setuptools-2.0.2
Installing Setuptools
Traceback (most recent call last):
File "setup.py", line 17, in <module>
exec(init_file.read(), command_ns)
File "<string>", line 8, in <module>
File
"c:\docume~1\dick\locals~1\temp\tmpkjidy0\setuptools-2.0.2\setuptools\__init__.py",
line 11, in <module>
from setuptools.extension import Extension
File
"c:\docume~1\dick\locals~1\temp\tmpkjidy0\setuptools-2.0.2\setuptools\extension.py",
line 5, in <module>
from setuptools.dist import _get_unpatched
File
"c:\docume~1\dick\locals~1\temp\tmpkjidy0\setuptools-2.0.2\setuptools\dist.py",
line 16, in <module>
import pkg_resources
File
"c:\docume~1\dick\locals~1\temp\tmpkjidy0\setuptools-2.0.2\pkg_resources.py",
line 31, in <module>
from pkgutil import get_importer
ImportError: cannot import name get_importer
Something went wrong during the installation.
See the error message above.
It's been awhile since I last installed ez_install, and I remember it
being a pain, but I don't remember this issue. What am I doing wrong?
On a possibly related note, is there a specific place that ez_setup.py
is expected to be in when this is run?
--
rzed
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Difficulty with ez_setup.py Rzed <rzantow@gmail.com> - 2014-01-07 14:49 -0500
csiph-web