SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

add __version__ to __init__.py #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When setting up other packages such as nibabel, it checks for the version of 
the installed dicom.
2. 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 reported on code.google.com by teon.bro...@gmail.com on 7 Sep 2013 at 9:16

GoogleCodeExporter commented 8 years ago
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.

Original comment by darcymason@gmail.com on 8 Sep 2013 at 12:22

GoogleCodeExporter commented 8 years ago
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?

Original comment by teon.bro...@gmail.com on 8 Sep 2013 at 12:36

GoogleCodeExporter commented 8 years ago
No, sorry, I didn't know until now that pydicom was in any Enthought distros.

Original comment by darcymason@gmail.com on 8 Sep 2013 at 1:04

GoogleCodeExporter commented 8 years ago
Closing the issue, assuming a way to install later version of pydicom is 
possible.

Original comment by darcymason@gmail.com on 15 Sep 2013 at 10:13

GoogleCodeExporter commented 8 years ago
Downloaded the newer version. Works fine. Thanks.

On Sunday, September 15, 2013, wrote:

Original comment by teon.bro...@gmail.com on 15 Sep 2013 at 10:45