Skip to content

[pi-eyes] AttributeError: 'NoneType' object has no attribute 'glActiveTexture' #226

@retikulumx

Description

@retikulumx

On a Raspberry Zero, fresh installed with Bullseye, I get the following error

Traceback (most recent call last): File "/boot/Pi_Eyes/eyes.py", line 9, in <module> import pi3d File "/usr/local/lib/python3.9/dist-packages/pi3d/__init__.py", line 10, in <module> from pi3d.constants import (USE_PYGAME, PIL_OK, File "/usr/local/lib/python3.9/dist-packages/pi3d/constants/__init__.py", line 198, in <module> PLATFORM, bcm, openegl, opengles = _detect_platform_and_load_libraries() File "/usr/local/lib/python3.9/dist-packages/pi3d/constants/__init__.py", line 193, in _detect_platform_and_load_libraries set_gles_function_args(opengles) #function defined in constants/gl.py File "/usr/local/lib/python3.9/dist-packages/pi3d/constants/gl.py", line 387, in set_gles_function_args gles.glActiveTexture.argtypes = [GLenum] # AttributeError: 'NoneType' object has no attribute 'glActiveTexture'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions