Gentoo Archives: gentoo-user-br

From: Dalton Barreto <daltonmatos@×××××.com>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Python não acha lib PyOpenGL
Date: Thu, 08 Jul 2010 21:36:07
Message-Id: AANLkTikoqn-HoA0vf-E77rTUga1p0R6540mLF3hBJoIf@mail.gmail.com
In Reply to: Res: [gentoo-user-br] Python não acha lib PyOpenGL by Raphael MD
1 Em 8 de julho de 2010 16:11, Raphael MD <raphamejias@×××××××××.br> escreveu:
2 > Python 2.6.4 (r264:75706, Dec 20 2009, 05:21:35)
3 > [GCC 4.3.4] on linux2
4 > Type "help", "copyright", "credits" or "license" for more information.
5 >>>> import OpenGL
6 > Traceback (most recent call last):
7 >  File "<stdin>", line 1, in <module>
8 > ImportError: No module named OpenGL
9 >
10 >
11 > eix pyopengl
12 > [U] dev-python/pyopengl
13 >     Available versions:  3.0.0 3.0.1_beta1 3.0.1_beta2 3.0.1 {tk}
14 >     Installed versions:   3.0.0(00:28:21 01-07-2009)(-tk)
15 >     Homepage:            http://pyopengl.sourceforge.net/
16 >     Description:            Python OpenGL bindings
17 >
18 > Eu não sei o que pode ser, e na net não tem muito sobre esse problema!
19 >
20
21
22 Poste a saída desse comando:
23
24 $ equery f pyopengl
25
26
27 Olhando os arquivos pertencentes ao pacote talvez de para "deduzir"
28 como será a linha do "import". Pode ser que tenha mudado algo ou os
29 arquivos estão em um local que o ambiente python "não está vendo".
30
31
32 []'s
33 --
34 Dalton Barreto

Replies

Subject Author
Re: [gentoo-user-br] Python não acha lib PyOpenGL Thiago Nunes <thiagonunesrs@×××××.com>