Skip to content

can't use ez_setup.py in Windows7 and python27 #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Mar 14, 2014 · 1 comment · Fixed by #3496
Closed

can't use ez_setup.py in Windows7 and python27 #166

ghost opened this issue Mar 14, 2014 · 1 comment · Fixed by #3496

Comments

@ghost
Copy link

ghost commented Mar 14, 2014

Originally reported by: Anonymous


below is error:

D:\Python27>ez_setup.py
Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-3.1.
zip
Extracting in c:\users\admini~1\appdata\local\temp\tmprxof4n
Now working in c:\users\admini~1\appdata\local\temp\tmprxof4n\setuptools-3.1
Installing Setuptools
Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    exec(init_file.read(), command_ns)
  File "<string>", line 8, in <module>
  File "c:\users\admini~1\appdata\local\temp\tmprxof4n\setuptools-3.1\setuptools
\__init__.py", line 11, in <module>
    from setuptools.extension import Extension
  File "c:\users\admini~1\appdata\local\temp\tmprxof4n\setuptools-3.1\setuptools
\extension.py", line 5, in <module>
    from setuptools.dist import _get_unpatched
  File "c:\users\admini~1\appdata\local\temp\tmprxof4n\setuptools-3.1\setuptools
\dist.py", line 15, in <module>
    from setuptools.compat import numeric_types, basestring
  File "c:\users\admini~1\appdata\local\temp\tmprxof4n\setuptools-3.1\setuptools
\compat.py", line 19, in <module>
    from SimpleHTTPServer import SimpleHTTPRequestHandler
  File "D:\Python27\lib\SimpleHTTPServer.py", line 27, in <module>
    class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
  File "D:\Python27\lib\SimpleHTTPServer.py", line 208, in SimpleHTTPRequestHand
ler
    mimetypes.init() # try to read system mime.types
  File "D:\Python27\lib\mimetypes.py", line 358, in init
    db.read_windows_registry()
  File "D:\Python27\lib\mimetypes.py", line 258, in read_windows_registry
    for subkeyname in enum_types(hkcr):
  File "D:\Python27\lib\mimetypes.py", line 249, in enum_types
    ctype = ctype.encode(default_encoding) # omit in 3.x!
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1: ordinal
not in range(128)
Something went wrong during the installation.
See the error message above.

maybe use python 3.x function...
pls fix it..


@ghost
Copy link
Author

ghost commented Mar 15, 2014

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Duplicate of #127.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants