Re: Issue 16 in glumpy: AttributeError: 'module' object has no attribute 'GL_ALPHA32F_ARB'

27 views
Skip to first unread message

glu...@googlecode.com

unread,
May 28, 2013, 5:24:59 AM5/28/13
to glumpy...@googlegroups.com

Comment #9 on issue 16 by ellak...@googlemail.com: AttributeError: 'module'
object has no attribute 'GL_ALPHA32F_ARB'
http://code.google.com/p/glumpy/issues/detail?id=16

yep, me too. Any ideas how to resolve this?

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

glu...@googlecode.com

unread,
May 28, 2013, 5:30:00 AM5/28/13
to glumpy...@googlegroups.com

Comment #10 on issue 16 by ellak...@googlemail.com:
AttributeError: 'module' object has no attribute 'GL_ALPHA32F_ARB'
http://code.google.com/p/glumpy/issues/detail?id=16

Hej,

change the line

gl.glTexImage1D (gl.GL_TEXTURE_1D, 0, gl.GL_ALPHA32F_ARB,

to

gl.glTexImage1D (gl.GL_TEXTURE_1D, 0, gl.GL_ALPHA16,

in glumpy/image/filter.py
Reply all
Reply to author
Forward
0 new messages