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

Raspberry Pi OS Bullseye support #30

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

druck13
Copy link

@druck13 druck13 commented Jun 26, 2022

Raspberry Pi OS Bullseye no longer includes Python 2, so all python programs containing #!/usr/bin/env python will no longer run directly from the command line unless it is changed to #!/usr/bin/env python3.

I have not removed Python 2 support or changed the documentation, the programs can still all be run under Python 2 on older OS's by prefixing the command with python, but will run by default under Python 3.

It probably is time to remove Python 2 support completely, but I'll leave that to the author.

Additional changes:-

  • Corrected direction of movement when key presses are used in the pantiltweb gui.
  • Added get_pixel method for blinkt kitt example program

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

Successfully merging this pull request may close these issues.

None yet

1 participant