Skip to content

Distribute a Python 3 compatible version on PyPI #43

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions