Hello Folks,
This is my first post in this list.
Well, in these days I tried to install the PyKerberos package in a Python 3.4 virtualenv, without success.
But, looking at Setup.Py, it uses 'file' which is not recoganized on Python 3.4; I just changed it to 'open' and it works like a charm on 3.4.
The change ocurred in the line 19.
Is there any chance to upstream the change?