-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi. According to the homepage, this library is Python 3 compatible. However if
you try to install it from PyPI eg. with the command `pip install python-ntlm`
then installation fails with syntax errors (print function missing brackets and
so on).
The problem is the package at https://pypi.python.org/pypi/python-ntlm has only
works on Python 2 AND has no compatibility information in its metadata.
Please upload a Python 3 compatible package to PyPI. You could have one package
that's compatible with both Python 2 and 3, or two separate packages, so long
as you set the version metadata appropriately.
Thanks. This would be really appreciated.
-Matt
Original issue reported on code.google.com by matt.hickford on 5 Feb 2014 at 3:02