[Pkg-libvirt-maintainers] Bug#709516: hivex: Python 3 support not fully implemented in hivex
Hilko Bengen
bengen at debian.org
Thu May 23 18:34:13 UTC 2013
* Scott Kitterman:
> It appears that you intend (from what's in debian/rules and control) to
> support python3, but with the current packaging no python3 bindings are
> provided.
Actually, the python-hivex package provides them:
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/hivex.py
/usr/lib/python3/dist-packages/libhivexmod.so
$ python3.3
Python 3.3.2 (default, May 18 2013, 17:07:09)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import hivex
>>> hivex
<module 'hivex' from '/usr/lib/python3/dist-packages/hivex.py'>
>>>
Ignoring for a moment the issue that this module does not work with
python 3.2, is there a problem with providing Python 2.x bindings and
Python 3.x bindings in the same package?
Cheers,
-Hilko
More information about the Pkg-libvirt-maintainers
mailing list