suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

add __version__ to __init__.py #133

Closed suever closed 9 years ago

suever commented 9 years ago

From teon.bro...@gmail.com on September 07, 2013 17:16:02

What steps will reproduce the problem? 1. When setting up other packages such as nibabel, it checks for the version of the installed dicom.

  1. Since the result returns None, the package, nibabel, won't install What version of the product are you using? 0.9.3

Solution: Define version to the init.py of this package. This will solve the integration problem with other packages.

Thanks! _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.

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

suever commented 9 years ago

From darcymason@gmail.com on September 07, 2013 17:22:58

Is there a reason to use version 0.9.3? That is quite old now. The version in init.py was added in 0.9.5, I believe, but I suggest using 0.9.8 if you can as the latest stable release.

suever commented 9 years ago

From teon.bro...@gmail.com on September 07, 2013 17:36:26

I didn't know that there was a newer version. I installed the latest version in Enthought Canopy Package Manager. I will upgrade to the newest version. Do you know how your package is maintained with Enthought?

suever commented 9 years ago

From darcymason@gmail.com on September 07, 2013 18:04:04

No, sorry, I didn't know until now that pydicom was in any Enthought distros.

suever commented 9 years ago

From darcymason@gmail.com on September 15, 2013 15:13:44

Closing the issue, assuming a way to install later version of pydicom is possible.

Status: WontFix

suever commented 9 years ago

From teon.bro...@gmail.com on September 15, 2013 15:45:18

Downloaded the newer version. Works fine. Thanks.

On Sunday, September 15, 2013, wrote: