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

Support Python 3 #8

Open
PanderMusubi opened this issue Jan 25, 2015 · 1 comment
Open

Support Python 3 #8

PanderMusubi opened this issue Jan 25, 2015 · 1 comment

Comments

@PanderMusubi
Copy link

Please support Python 3.

When running the current code with Python 3, the following error occurs:

  File "/usr/local/lib/python3.4/dist-packages/beautifulhue/api/__init__.py", line 1, in <module>
    from _portal import Portal
ImportError: No module named '_portal'
mhnnunes added a commit to mhnnunes/beautifulhue that referenced this issue Oct 12, 2017
@phrostylicious
Copy link

phrostylicious commented Apr 10, 2020

Just ran into this error as well:

File "/usr/local/lib/python3.7/dist-packages/beautifulhue/api/__init__.py", line 1, in <module>
    from _portal import Portal
ModuleNotFoundError: No module named '_portal'

I thought mhnnunes' commit on Oct13 2017 added python3 support?

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

2 participants