<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Il 06/11/2011 16:16, Matteo Perini ha scritto:
    <blockquote cite="mid:4EB6A4BF.6080309@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-15">
      Ciao lista,<br>
      come da oggetto sto cercando di installare le librerie opengl su
      ubuntu 11.10.<br>
      Penso di aver installato tutto correttamente ma quando vado ad
      importare i moduli ottengo un errore.<br>
      <br>
      Se scrivo:<br>
      from OpenGL.GL import *<br>
      Ottengo:<br>
      <font face="FreeMono">---------------------------------------------------------------------------<br>
        ImportError                               Traceback (most recent
        call last)<br>
      </font><br>
    </blockquote>
    Scusate ma mi sono dimenticato di dire che <br>
    <br>
    from OpenGL import *<br>
    <br>
    e<br>
    <br>
    import OpenGL<br>
    <br>
    funzionano.<br>
    Peccato che mi manchi il resto.<br>
    Ciao<br>
  </body>
</html>