Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Difficulty-Medium
New issue 151 by
JKerns...@gmail.com: Update setuptools download
https://code.google.com/p/pydicom/issues/detail?id=151
What steps will reproduce the problem?
1. use "setup.py install" with python 3.x
I'm currently using Windows 7, python 3.3, pydicom 1.0.0a.
The result for me will produce the error "cannot build the egg."
It would seem the setuptools download is very outdated (pointing to
distribute, a deprecated fork of setuptools).
To fix:
1) change contents of ez_setup.py to the contents of this:
https://bootstrap.pypa.io/ez_setup.py
2) change setup.py to: from ez_setup import use_setuptools
This will download a current version of setuptools if the user doesn't have
it.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings