[Python] Installare librerie openGl su ubuntu

Marco Mariani birbag a gmail.com
Lun 7 Nov 2011 00:51:40 CET


On 6 November 2011 16:16, Matteo Perini <perini.matteo a gmail.com> wrote:


>
> come da oggetto sto cercando di installare le librerie opengl su ubuntu
> 11.10.
> Penso di aver installato tutto correttamente ma quando vado ad importare i
> moduli ottengo un errore.
>

Come le hai installate?
Da una 11.10 liscia o aggiornata dalla 11.04?


>
> Se scrivo:
> from OpenGL.GL import *
> Ottengo:
>

Provato ora

$ sudo apt-get install python-opengl

poi

Python 2.7.2+ (default, Oct  4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenGL.GL import *
>>> OpenGL.platform.baseplatform
<module 'OpenGL.platform.baseplatform' from
'/usr/lib/pymodules/python2.7/OpenGL/platform/baseplatform.pyc'>
>>>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20111107/8d4e59fa/attachment.html>


Maggiori informazioni sulla lista Python