Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work under Python 3 #7

Open
Jajcus opened this issue Sep 1, 2015 · 5 comments
Open

Doesn't work under Python 3 #7

Jajcus opened this issue Sep 1, 2015 · 5 comments

Comments

@Jajcus
Copy link

Jajcus commented Sep 1, 2015

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/share/python3.4/site-packages/pyagentx/__init__.py", line 6, in <module>
    from pyagentx.updater import Updater
  File "/usr/share/python3.4/site-packages/pyagentx/updater.py", line 15, in <module>
    import Queue
ImportError: No module named 'Queue'

Hello… it is year 2015.

@rayed
Copy link
Collaborator

rayed commented Sep 1, 2015

Thank you for your feedback, do you have a patch?

@rayed
Copy link
Collaborator

rayed commented Sep 1, 2015

Check "python3" brach for a fix, please confirm!

@tracernz
Copy link

This branch works for me on python 3.6.4. Any chance you can merge it to master, and make a new release to PyPi? Otherwise this isn't really usable as a dep.

@rayed
Copy link
Collaborator

rayed commented Mar 23, 2018

I haven't used this software for a while, and obviously I can't maintain it!

Would you care to fork it and maintain it!

@tracernz
Copy link

I'll think about it for a couple of days. It's a really nice little library that does exactly what I want (great work! 😁), but I'm only using it for a tiny util on one machine (providing hwmon temperature sensors on an ODroid C2 running mainline kernel), so I'm concerned it wouldn't get the attention it deserves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants