Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 33 by
lmet...@gmail.com: Cannot be installed with Python3 (even
after 2to3 translator)
https://code.google.com/p/pylibtiff/issues/detail?id=33
What steps will reproduce the problem?
1. direct installation with pip3 or easy_install returns a problem with
`print`
2. after translation of the code with `2to3` the problem with `_bitarray.c`
arises:
bitarray-0.3.5-numpy/bitarray/_bitarray.c:2520:17: error:
‘PyTypeObject’ has no member named ‘ob_type’
Bitarraytype.ob_type = &PyType_Type;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings