What are good ways to set up Python with OpenGL on Windows?
-
I have an existing app developed in python on windows. I want to localize that software for rendering local languages into the GUI. I am new to python. I downloaded python 2.7.5 and installed python tools. But when i tried installing OpenGL from easy_install, it gave me many errors. C:\Python27\Scripts>easy_install PyOpenGL Searching for PyOpenGL Reading http://pypi.python.org/simple/PyOpenGL/ Best match: PyOpenGL 3.1.0a3 Downloading https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-3.1.0a3. zip#md5=e9a1f476c57d9085d5829d533f428154 Processing PyOpenGL-3.1.0a3.zip Running PyOpenGL-3.1.0a3\http://setup.py -q bdist_egg --dist-dir c:\users\procur~1\appd ata\local\temp\easy_install-gimso1\PyOpenGL-3.1.0a3\egg-dist-tmp-v6csqf warning: no previously-included files matching '*.odt' found anywhere in distrib ution warning: no previously-included files matching '*.odp' found anywhere in distrib ution warning: no previously-included files matching '.cvsignore' found anywhere in di stribution warning: no previously-included files matching '*.diff' found anywhere in distri bution warning: no previously-included files found matching 'src\*.h' warning: no previously-included files found matching 'src\*.xml' warning: no previously-included files found matching 'src\*.zip' warning: no previously-included files found matching 'src\*.pdf' warning: no previously-included files found matching 'src\*.zip' warning: no previously-included files found matching 'src\*.txt' warning: no files found matching 'src\win32deps.py' warning: no files found matching 'src\toglinstall\get_togl.py' warning: no files found matching 'ChangeLog.txt' warning: no previously-included files found matching 'OpenGL_accelerate' zip_safe flag not set; analyzing archive contents... OpenGL.wrapper: module references __file__ OpenGL.platform.ctypesloader: module references __file__ http://OpenGL.Tk.__init__: module references __file__ Adding pyopengl 3.1.0a3 to easy-install.pth file Installed c:\python27\lib\site-packages\pyopengl-3.1.0a3-py2.7.egg Processing dependencies for PyOpenGL Finished processing dependencies for PyOpenGL I am using Windows 8 32bit operating System. Can annyone suggest some good ways to install these without any problem?
-
Answer:
Installation is sometimes annoying on Windows. I think the problem is that you haven't installed GLUT. There's a unofficial binary website that gives precompiled versions of most important Python modules for Windows. Installing PyOpenGL (and PyOpenGL Accelerate) from here should make everything perfect: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl
Julius Bier Kirkegaard at Quora Visit the source
Related Q & A:
- What would be some good ways to advertise locally?Best solution by Yahoo! Answers
- What are good ways to save up for an iPod Touch?Best solution by wikihow.com
- What are good ways to promote my website?Best solution by Yahoo! Answers
- What are good ways to get the "Last Second Bid" on eBay successfully?Best solution by ebay.com
- What are good ways for personal fund raising?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.