#1970 closed task (fixed)
pyopengl with python 3.7 on win32: constructFunction error
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.5 |
Component: | packaging | Version: | 2.3.x |
Keywords: | Cc: |
Description
As reported on the mailing list here: OpenGL Setup Failure, current pyopengl trunk does not run properly on win32: TypeError: constructFunction() got an unexpected keyword argument 'force_extension'
Problem is that we can't build the older releases with python 3.7, so for the time being:
- python2 remains on 3.1.1a1 with "accelerate"
- python3 runs 3.1.1a1 without the "accelerate" module
Change History (4)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed upstream: https://github.com/mcfletch/pyopengl/issues/15.
Build scripts updated: r21061.
comment:4 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1970
Note: See
TracTickets for help on using
tickets.
Build and update scripts modified: r20572.