* 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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to