Re: [PyOpenGL-Users] Trouble installing OpenGLContext
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2012-03-02 15:48:10
|
On 12-02-29 12:00 PM, Chris Geroux wrote: > I hope this is the right place to send this question, I was a little > perplexed at the support process. Sorry, am off working on paying work this week. You should be able to use the instructions in the tutorial, but I've only tested them under compiler-bearing platforms (i.e. Linux). Win32/64 support is likely to happen relatively soon, as I can now build packages there, but it will likely be next week before I sit down and run through all of the sub-projects to produce binary installers. http://pyopengl.sourceforge.net/context/tutorials/shader_intro.xhtml There's also a requirements.txt in the OpenGLContext package for use with PIP. The primary documentation is still awaiting a refresh, as well. HTH, Mike > > I have been trying to install the OpenGLContext for use with Python > (2.7.2 win32). I used the suggested method > "c:\python26\scripts\easy_install.exe OpenGLContext-full" but got the > following output: > > C:\Python27\Scripts>easy_install OpenGLContext-full > Searching for OpenGLContext-full > Best match: openglcontext-full 2.1.0a9 > Processing openglcontext_full-2.1.0a9-py2.7.egg > openglcontext-full 2.1.0a9 is already the active version in > easy-install.pth > > Using > c:\python27\lib\site-packages\openglcontext_full-2.1.0a9-py2.7.egg > Processing dependencies for OpenGLContext-full > Searching for SimpleParse > Reading http://effbot.org/downloads/ > Reading http://pypi.python.org/simple/SimpleParse/ > Reading http://simpleparse.sourceforge.net/ > Reading https://sourceforge.net/project/showfiles.php?group_id=55673 > Best match: SimpleParse 2.1.1 > Downloading > http://pypi.python.org/packages/source/S/SimpleParse/SimpleParse-2.1.1.zip#md5=e58600b0db786664855cbd49dbc0e4e5 > Processing SimpleParse-2.1.1.zip > Running SimpleParse-2.1.1\setup.py -q bdist_egg --dist-dir > c:\users\cgeroux\appdata\local\temp\easy_install-wxjlyr\SimpleParse-2.1.1\egg-dist-tmp-3lc0bf > warning: no files found matching '*.py' under directory '.' > no previously-included directories found matching 'examples\html.py' > no previously-included directories found matching 'examples\py*' > no previously-included directories found matching 'examples\rtf*' > warning: no previously-included files matching '*CVS*' found > anywhere in distribution > warning: no previously-included files matching '*Cvs*' found > anywhere in distribution > warning: no previously-included files matching '*CVS*' found > anywhere in distribution > warning: no previously-included files matching '*cvs*' found > anywhere in distribution > warning: no previously-included files matching '*.scc' found > anywhere in distribution > warning: no previously-included files matching '*.pyc' found > anywhere in distribution > warning: no previously-included files matching '*.pyo' found > anywhere in distribution > warning: no previously-included files matching '*.gz' found > anywhere in distribution > warning: no previously-included files matching '*.zip' found > anywhere in distribution > warning: no previously-included files matching '*.bat' found > anywhere in distribution > warning: no previously-included files matching '*.exe' found > anywhere in distribution > warning: no previously-included files matching '*.sxw' found > anywhere in distribution > warning: no previously-included files matching '*.so' found > anywhere in distribution > warning: no previously-included files matching '*.pyd' found > anywhere in distribution > error: Setup script exited with error: Unable to find vcvarsall.bat > > > I have been searching for an answer but all I could find were some > posts that said vcvarsall.bat came from Microsoft Visual Studio, and > one had to install that first. That was said in the context of > installing a different application, but that is all I was able to > find. Do I really need to install Microsoft Visual Studio? Any help > would be appreciated. > > -Chris G. > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > _______________________________________________ > PyOpenGL Homepage > http://pyopengl.sourceforge.net > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > https://lists.sourceforge.net/lists/listinfo/pyopengl-users -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |