[PyOpenGL-Devel] [ pyopengl-Bugs-3177110 ] Windows python 2.7 installer includes dep. on msvcr71.dl
Brought to you by:
mcfletch
From: SourceForge.net <no...@so...> - 2011-11-13 18:15:14
|
Bugs item #3177110, was opened at 2011-02-09 22:21 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=3177110&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: install Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Eli Stevens (wickedgrey) Assigned to: Mike C. Fletcher (mcfletch) Summary: Windows python 2.7 installer includes dep. on msvcr71.dll Initial Comment: \Python27\Lib\site-packages\PyOpenGL-3.0.1-py2.7-win32.egg\OpenGL\DLLS\gle32.dll is trying to load msvcr71.dll instead of msvcr90.dll , which doesn't match python 2.7. This results in this when trying to import OpenGL.GL: Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import OpenGL.GL At that point, the following message appears in an alert box: python.exe - Unable To Locate Component This application has failed to start becuase MSVCR71.dll was not found. Re-installing the application may fix this problem. The same behavior occurs when trying to import OpenGL.GL from inside our application, however, aside from the alert box, the application seems to run fine (we're able to use OpenGL just fine, see 3d stuff, shaders, etc. etc.). It seems like either the egg for python 2.7 should either include the msvcr71.dll, or should only try to reference msvcr90.dll (since that's what python 2.7 uses). Original mailing list thread here: http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTimctcemkdkY4U4JyX9EibLj01ERgNhBXPbrC-Rq%40mail.gmail.com&forum_name=pyopengl-users ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-11-13 10:15 Message: 25pi9r <a href="http://shetftyldpml.com/">shetftyldpml</a>, [url=http://qwryuuhmedws.com/]qwryuuhmedws[/url], [link=http://qyxqbxfpgpqa.com/]qyxqbxfpgpqa[/link], http://tiotxgqmxnhd.com/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-08-19 09:05 Message: JZK7Xe <a href="http://xnohwnhhvrnk.com/">xnohwnhhvrnk</a>, [url=http://trwkopozldhh.com/]trwkopozldhh[/url], [link=http://qsbtkpjkchad.com/]qsbtkpjkchad[/link], http://pyevrxssfsau.com/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-06-30 21:33 Message: tKoyJd <a href="http://hjpyisrieaas.com/">hjpyisrieaas</a>, [url=http://dswadfznhrfa.com/]dswadfznhrfa[/url], [link=http://cvcgqwzgurtt.com/]cvcgqwzgurtt[/link], http://fbjgeenvrind.com/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-05-17 16:50 Message: 5TlgFE <a href="http://fabhqvsgqnph.com/">fabhqvsgqnph</a>, [url=http://flqzkjzsdjjq.com/]flqzkjzsdjjq[/url], [link=http://ebqwnfcgxcrj.com/]ebqwnfcgxcrj[/link], http://eeaamyeagspd.com/ ---------------------------------------------------------------------- Comment By: Christoph Gohlke (cjgohlke) Date: 2011-02-15 14:35 Message: gle32.dll, included in the PyOpenGL installers for Python 2.6 and 2.7 at <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl>, is linked against msvcr90.dll. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=3177110&group_id=5988 |