Please I need help:
I want to use constellation sink block but when I run my design I get
this
error:
Traceback (most recent call last):
File "C:\Documents and
Settings\Chema\Escritorio\temporal\top_block.py",
line 13, in <module>
from gnuradio.wxgui import constsink_gl
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\wxgui\constsink_gl.py",
line
25, in <module>
import const_window
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\wxgui\const_window.py",
line
25, in <module>
import plotter
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\wxgui\plotter\__init__.py",
line 22, in <module>
from channel_plotter import channel_plotter
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\wxgui\plotter\channel_plotte
r.py", line 23, in <module>
from grid_plotter_base import grid_plotter_base
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\wxgui\plotter\grid_plotter_b
ase.py", line 24, in <module>
from OpenGL import GL
ImportError: No module named OpenGL
>>> Done
Warning (from warnings module):
File "C:\Archivos de
programa\gnuradio363\lib\site-packages\gnuradio\grc\gui\ActionHandler.py",
line 70
gtk.main()
GtkWarning: gdk_property_change: assertion `window != NULL' failed
Im using gnu radio companion 3.6.3, anybody can say me how to solve
it??
Thanks.
on 2013-03-06 04:26
on 2013-03-06 17:34
On Tue, Mar 5, 2013 at 10:25 PM, Jos Mara Valencia <chema.valencia@gmail.com> wrote: > from gnuradio.wxgui import constsink_gl > > line 23, in <module> > > GtkWarning: gdk_property_change: assertion `window != NULL' failed > > Im using gnu radio companion 3.6.3, anybody can say me how to solve it?? > > Thanks. This has been addressed many times on the mailing list. It's an OpenGL issue. First, you can probably install python-opengl on your system. Or you can turn of GL support by editing the file in (probably) /usr/local/etc/gnuradio/conf.d/gr-wxgui.conf and change the 'style = auto' option to 'style = nongl'. Tom
on 2013-03-06 20:12
> programa\gnuradio363\lib\site-packages\gnuradio\wxgui\plotter\grid_plotter_b > ase.py", line 24, in <module> > from OpenGL import GL > ImportError: No module named OpenGL >>>> Done > See if the easy install instruction for pyopengl helps you: http://code.ettus.com/redmine/ettus/projects/uhd/w... -josh
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.