suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Update setuptools download #151

Open suever opened 9 years ago

suever commented 9 years ago

From JKerns...@gmail.com on September 12, 2014 11:54:43

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.

Original issue: http://code.google.com/p/pydicom/issues/detail?id=151

suever commented 9 years ago

From JKerns...@gmail.com on September 12, 2014 08:58:25

Also, using bitbucket or github (and updating it) would help with pull requests =)

suever commented 9 years ago

From Suever@gmail.com on September 12, 2014 10:28:06

I'll double check that this doesn't cause any issues cross-platform then push the changes.

Status: Started
Owner: Suever@gmail.com