z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

Decouple imports to fix error in python3. #60

Closed nafur closed 4 years ago

nafur commented 6 years ago

In python3 both the try case and the except case fails:

danmichaelo commented 6 years ago

@z4r , would you mind accepting this? The library is currently broken in Python 3.x. If you cannot find the time for it, please add more maintainers. I can become a co-maintainer if needed, I already maintain a couple of python libraries.

z4r commented 6 years ago

Hi @danmichaelo, i sent you an invitation.

danmichaelo commented 6 years ago

Thanks, @z4r , I'll have a look at this later today. Could you also add me to PyPI, or do you prefer to keep control of that?

z4r commented 6 years ago

pls @danmichaelo give me your ID on pypi

erichorne commented 5 years ago

Is there an ETA on merging this? As @danmichaelo noted, this library is currently broken as pulled via pip into a python3 environment.

[a little time passes]

Ah, I see the tests fail in spectacular ways. Fixing the import allows the system to at least load, but using rtkit appears to be the issue.. is that correct? If so, what work remains to port this over to python3?

z4r commented 5 years ago

Hi @erichorne, I gave the role to @danmichaelo because ATM I've really no time to maintain this library.