[PyOpenGL-Users] Trouble installing OpenGLContext
Brought to you by:
mcfletch
From: Chris G. <chr...@gm...> - 2012-02-29 17:01:11
|
I hope this is the right place to send this question, I was a little perplexed at the support process. 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. |