suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Installation from source fails (log attached) #119

Closed suever closed 9 years ago

suever commented 9 years ago

From dehkah.m...@gmail.com on January 06, 2013 17:49:01

What steps will reproduce the problem? 1. Use Ubuntu 12.04

  1. Install python3.2
  2. Checkout pydicom from source
  3. uncomment python3 lines from setup.py
  4. execute "sudo python3.2 setup.py install" What is the expected output? What do you see instead? I expect a successful installation. Instead, I get some error message.

Too bad, I wanted to start a graphical DICOM editor / data generator. What version of the product are you using? source version: 0c384e69c4a1 _NOTE_: any text or attached files posted with the issue can be viewed by anyone. You are solely responsible to ensure that they contain no confidential information of any kind. Please provide any additional information below.

Attachment: install.log

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

suever commented 9 years ago

From Suever@gmail.com on January 06, 2013 16:03:49

Thanks for the bug report. This is actually a bug in setuptools that was fixed in versions >= 0.6.17. The problem is that we were using version 0.6.10 by default.

I have attached a patch for distribute_setup.py that changes this default version to 0.6.17. I will do some more testing to ensure that this change has no adverse effects before committing it to the source tree but I've been able to successfully install pydicom using the attached change.

I'll keep this issue open until the verification is done.

-Suever

Status: Started
Owner: Suever@gmail.com
Labels: -Difficulty-Medium Difficulty-Easy

Attachment: patch.diff

suever commented 9 years ago

From Suever@gmail.com on January 06, 2013 16:06:21

Clarification: I meant DISTRIBUTE rather than setuptools.

suever commented 9 years ago

From Suever@gmail.com on January 06, 2013 17:24:37

Status: Fixed