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

BOXED type not supported #33

Open
felixbuenemann opened this issue Jun 3, 2016 · 0 comments
Open

BOXED type not supported #33

felixbuenemann opened this issue Jun 3, 2016 · 0 comments

Comments

@felixbuenemann
Copy link

I'm trying to use pgi with libvips, but it fails to load the overrides with the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/pgi/importer.py", line 122, in load_module
    proxy = overrides.load(namespace, instance)
  File "/usr/local/lib/python2.7/dist-packages/pgi/overrides/__init__.py", line 73, in load
    _compat.reraise(ImportError, err, sys.exc_info()[2])
  File "/usr/local/lib/python2.7/dist-packages/pgi/overrides/__init__.py", line 60, in load
    override_module = __import__(name, fromlist=[""])
  File "/usr/local/lib/python2.7/dist-packages/pgi/overrides/Vips.py", line 102, in <module>
    unpack_types = [[Vips.Blob, lambda x: bytes(x.get())],
  File "/usr/local/lib/python2.7/dist-packages/pgi/module.py", line 92, in __getattr__
    "%r attribute type not supported" % info.type)
ImportError: 'BOXED' attribute type not supported

The info.type.value for BOXED is 4, which is currently not defined in _attr_list.

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

No branches or pull requests

1 participant