jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
294 stars 95 forks source link

Missing __main__ error #67

Open smecham opened 4 years ago

smecham commented 4 years ago

Hi there! I get the following error when I try to run this package:

No module named roku. main; 'roku' is a package and cannot be directly executed

Any idea what I'm doing wrong?