Your message dated Sun, 18 Mar 2012 21:35:12 +0000
with message-id <[email protected]>
and subject line Bug#656198: fixed in pymca 4.5.0-1
has caused the Debian Bug report #656198,
regarding pymca not compatible anymore with python-h5py
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
656198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656198
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pymca
Version: 4.4.1p1-2
Severity: important

Dear Maintainer,

since the upload of python-h5py, the hdf5 part of pymca is broken.

here what's happend, when I tryed a import

In [3]: from PyMca import HDF5Widget
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/home/picca/<ipython-input-3-1ccede2cc896> in <module>()
----> 1 from PyMca import HDF5Widget  

/usr/lib/pymodules/python2.7/PyMca/HDF5Widget.py in <module>()
     18         from xpaxs.io import phynx
     19     except ImportError:
---> 20         import phynx  
     21
     22 import weakref

/usr/lib/pymodules/python2.7/PyMca/phynx/__init__.py in <module>()
      6 from .version import __version__
      7
----> 8 from .beam import Beam  
      9 from .characterization import Characterization
     10 from .component import (

/usr/lib/pymodules/python2.7/PyMca/phynx/beam.py in <module>()
      4 from __future__ import absolute_import
      5
----> 6 from .group import Group  
      7
      8

/usr/lib/pymodules/python2.7/PyMca/phynx/group.py in <module>()
      9 import numpy as np
     10
---> 11 from .base import _PhynxProperties  
     12 from .dataset import Axis, Dataset, Signal
     13 from .exceptions import H5Error

/usr/lib/pymodules/python2.7/PyMca/phynx/base.py in <module>()
     14 import h5py
     15
---> 16 from .exceptions import H5Error  
     17 from .utils import simple_eval
     18

/usr/lib/pymodules/python2.7/PyMca/phynx/exceptions.py in <module>()
      2 """
      3
----> 4 from h5py import H5Error  
      5
      6 __all__ = ['H5Error']

ImportError: cannot import name H5Error


here you can find the documentation of h5py explaining the changes

http://h5py.alfven.org/docs-2.0/intro/whatsnew.html#the-h5error-exception-
class-has-been-removed-along-with-h5py-h5e

the affected files are

phynx/multichannelanalyzer.py:from .exceptions import H5Error
phynx/multichannelanalyzer.py:            except H5Error:
phynx/exceptions.py:from h5py import H5Error
phynx/exceptions.py:__all__ = ['H5Error']
phynx/base.py:from .exceptions import H5Error
phynx/group.py:from .exceptions import H5Error
phynx/__init__.py:from .exceptions import H5Error
phynx/dataset.py:from .exceptions import H5Error
phynx/dataset.py:        except H5Error:
phynx/dataset.py:        except H5Error:
phynx/dataset.py:        except H5Error:
phynx/dataset.py:        except H5Error:
phynx/file.py:from .exceptions import H5Error
phynx/file.py:        except H5Error:

thanks for your efforts

Frederic


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pymca depends on:
ii  libc6                     2.13-24
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglu1-mesa [libglu1]    7.11.2-1
ii  pymca-data                4.4.1p1-2
ii  python                    2.7.2-9
ii  python-numpy              1:1.5.1-3
ii  python-qt4                4.9-2
ii  python-qwt5-qt4           5.2.1~cvs20091107+dfsg-6+b1
ii  python-support            1.0.14

Versions of packages pymca recommends:
ii  python-h5py        2.0.1-1
ii  python-matplotlib  1.1.0-1
ii  python-mdp         3.2-1
ii  python-opengl      3.0.1~b2-1
ii  python-qt4-gl      4.9-2

pymca suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: pymca
Source-Version: 4.5.0-1

We believe that the bug you reported is fixed in the latest version of
pymca, which is due to be installed in the Debian FTP archive:

pymca-data_4.5.0-1_all.deb
  to main/p/pymca/pymca-data_4.5.0-1_all.deb
pymca_4.5.0-1.debian.tar.gz
  to main/p/pymca/pymca_4.5.0-1.debian.tar.gz
pymca_4.5.0-1.dsc
  to main/p/pymca/pymca_4.5.0-1.dsc
pymca_4.5.0-1_i386.deb
  to main/p/pymca/pymca_4.5.0-1_i386.deb
pymca_4.5.0.orig.tar.gz
  to main/p/pymca/pymca_4.5.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated pymca package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 21:48:02 +0100
Source: pymca
Binary: pymca pymca-data
Architecture: source i386 all
Version: 4.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Description: 
 pymca      - Python applications and toolkit for X-ray fluorescence analysis
 pymca-data - Architecture independent data files for PyMca
Closes: 656198
Changes: 
 pymca (4.5.0-1) unstable; urgency=low
 .
   * Imported Upstream version 4.5.0 (Closes: #656198)
   * debian/control
     - Upgrade to standards-version 3.9.3 (nothing to do)
     - Remove python-support
     - Add myself as Uploaders
   * debian/copyright
     - Updated
   * debian/patches
     - Unapply patches from source
     - Refresh the series using gbp-pq
   * debian/rules
     - switch to dh_python2
Checksums-Sha1: 
 12f5deda81a1a67aa52165d386ea58c44c22f615 1436 pymca_4.5.0-1.dsc
 0413dc7256cd7404a33e491eec98e70783352404 9747420 pymca_4.5.0.orig.tar.gz
 703c8f7f956893555b89919694058fa9b8513f11 16932 pymca_4.5.0-1.debian.tar.gz
 b353ccea48a3444d46715bbdf1c9a61bf6629827 1869638 pymca_4.5.0-1_i386.deb
 2f55c4ee07b674102cfa6bf9f81eb371088a3b7c 7969866 pymca-data_4.5.0-1_all.deb
Checksums-Sha256: 
 fb33e973b854e90525a8b38e026c65883bf7094d81303d69c5927bdf2142137e 1436 
pymca_4.5.0-1.dsc
 8e6afd8d7c9e1b97999ba1ce67a888bf35f837d17b64428314b705a81297d25e 9747420 
pymca_4.5.0.orig.tar.gz
 2e596f1d44d0650fa79aa687430ccb8fa2c3f49a25c87b8d08e7190bc3c350aa 16932 
pymca_4.5.0-1.debian.tar.gz
 70b74dbaf14facb11fa6ddd3c77c9eada4d0c6a4e8f0992281a17562ac40cee0 1869638 
pymca_4.5.0-1_i386.deb
 7a1b678dfea511efffa0ea175d422652048c484ddb25934406cccb4e94f93edd 7969866 
pymca-data_4.5.0-1_all.deb
Files: 
 f6c19520407c023c7bcc069a9b855631 1436 science extra pymca_4.5.0-1.dsc
 a624a37cee7d8cc916b33f3759429cc4 9747420 science extra pymca_4.5.0.orig.tar.gz
 2ed4a0edcb0f311ee615f574de0d7640 16932 science extra 
pymca_4.5.0-1.debian.tar.gz
 10cd234f01f5142141a1ef1d5cf07f66 1869638 science extra pymca_4.5.0-1_i386.deb
 52f283ba3750bc29d9cdbf6fa876d0ea 7969866 science extra 
pymca-data_4.5.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk9mRkYACgkQtqm6aqWbEXGUOQCeLf2YT4uOZNzB1gU/K5KCghKt
sWIAn2WVq3FluyGeg5/vNas4F1TXN9kw
=+fhE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to