Bugs item #1704764, was opened at 2007-04-21 02:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1704764&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: glBindTexture raises OverflowError in 2.0.1.09
Initial Comment:
I'm running the Debian python-opengl package that shows as version 2.0.1.09.
Code:
self._texture = glGenTextures(1)
glBindTexture(GL_TEXTURE_2D, self._texture)
raises
glBindTexture(GL_TEXTURE_2D, self._texture)
OverflowError: long int too large to convert to int
I saw some mailing list post claiming the bug was fixed in the .07 version, looks like someone reintroduced it again.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1704764&group_id=5988
|