Skip to content

OSX: ImportError: cannot import name pointer #8

@graphific

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"

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