Re: [PyOpenGL-Users] easy_install OpenGL
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2006-10-16 15:03:02
|
Simon Wittber wrote: > I've just tried to easy_install OpenGL. > > It doesn't work, throwing this error: > > error: Unexpected HTML page found at > http://dl.sourceforge.net/sourceforge/pyopengl/OpenGL-3.0.0a4-py2.4.egg > > are there extra easy_install incantations I'm missing? > Not as far as I know. I installed to the laptop with just easy_install OpenGL I saw an error like the one you mention when I tried to do the download using -f with an https URL, but I'm pretty sure I updated the setup file to use an http URL (seems to be using it in your case). You can try this instead: easy_install -f http://prdownloads.sourceforge.net/pyopengl/OpenGL-3.0.0a4-py2.4.egg?download OpenGL which should IIUC parse the HTML page to find the link and download it. But easy_install is definitely supposed to be SourceForge download-system aware. I need to get to work, but I'll try to get some time to look at it this evening. Have fun, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |