Re: [PyOpenGL-Users] Python 2.7 and msvcr71.dll
Brought to you by:
mcfletch
From: Stephen H. <sho...@us...> - 2011-02-08 20:56:22
|
i think the dll comes from visual studio 2005 or 2008. The newer versions of python do not come with these files I think. It gave me trouble trying to install python on windows 7 so I am stuck using python on my laptop with windows xp since my laptop has visual studio. On Tue, Feb 8, 2011 at 12:00 PM, Eli Stevens (Gmail) <wic...@gm...>wrote: > Hello, > > When I import OpenGL.GL like this under windows XP: > > 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 > > I get the following error 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.). > > PyOpenGL was installed via easy_install: > > >>> OpenGL.GL.__file__ > > 'C:\\Python27\\lib\\site-packages\\pyopengl-3.0.1-py2.7-win32.egg\\OpenGL\\GL\\__init__.pyc' > > Any suggestions on what we need to do to get this (seemingly spurious) > alert to go away? > > Thanks, > Eli > > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > https://lists.sourceforge.net/lists/listinfo/pyopengl-users > > |