Skip to content

OSX: ImportError: cannot import name pointer #8

Description

@graphific

"ImportError: cannot import name pointer" can be fixed with:

  • edit nodebox/graphics/geometry.py:
    delete "pointer" import and change "pointer(data)" to "POINTER(data)"

error: "NameError: global name 'c_uint' is not defined" can be fixed with:

  • edit nodebox/graphics/shaders.py:
    add "from ctypes import c_uint"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions