[ pyopengl-Bugs-3177110 ] Windows python 2.7 installer includes dep. on msvcr71.dll
"SourceForge.net" <[email protected]> Thu, 10 Feb 2011 06:21:08 +0000
| Newsgroups | gmane.comp.python.opengl.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #3177110, was opened at 2011-02-10 00:21
Message generated for change (Tracker Item Submitted) made by wickedgrey
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=3177110&group_id=5988
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
PyOpenGL Homepage
http://pyopengl.sourceforge.net