Re: [Discuss-gnuradio] Problem running GNU Radio 3.6.5 under Centos on X2Go Client

2014-01-14 Thread Martin Braun
On Tue, Jan 14, 2014 at 04:52:35PM +0100, Marcus Müller wrote:
> Hope that was kind of insightful,

Also, this might help:
http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#Experts-only-How-can-I-deliberately-install-GNU-Radio-multiple-times-different-versions

MB

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Problem running GNU Radio 3.6.5 under Centos on X2Go Client

2014-01-14 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Naceur,

the display error looks like the result of the X Window display
environment variable not being set. Assuming that you run your
gnuradio-companion command from a terminal started from within your X
Session, this is strange.If
  echo $DISPLAY
does not give something like :0, try
  export DISPLAY=:0
  gnuradio-companion

Of course, if you try to run a graphical program such as
gnuradio-companion on a terminal-only session (eg. ssh connection to a
server),
you won't have any success. What you can do is set up a trusted X
tunnel, by running ssh with -X -Y flags.
Note, however, that there is little sense in running the companion on
a server. What you'd usually do is run gnuradio-companion on your
local workstation, build non-graphical flowgraphs, and run these on
the server.

Hope that was kind of insightful,

Marcus

On 14.01.2014 16:40, Naceur wrote:
> Hello GR,
> 
> Lately I have installed GNU radio on my local session running on a
> remote Server. Actually I proceeded as mentioned in the gnu radio
> git installation guide The environment variables are set
> respectively to
> 
> $PATH:.. /users/nae/gnuradio_3.6.5/bin/ $PYTHONPATH:
> /users/nae/gnuradio_3.6.5/lib64/python2.6/site-packages/
> 
> (stored into the ~/.bashrc file)
> 
> However I am not sure what to set next re LD_LIBRARY_PATH and make
> using CPPFLAGS as in the guide
> 
> I am using a limited access session on the server and don't know
> how to set the variables nor how to proceed the following make
> command of make ...
> 
> $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/lib $ make
> CPPFLAGS="-I$HOME/local/include"
> 
> 1/ When I type gnuradio-companion from the terminal it give the
> error:
> 
> Traceback (most recent call last): File
> "/users/nae/gnuradio_3.6.5/bin/gnuradio-companion", line 24, in 
>  import gtk File
> "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 
> 64, in  _init() File
> "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 
> 52, in _init _gtk.init_check() RuntimeError: could not open
> display
> 
> 2/ When I run gnuradio-companion graphically from its icon in 
> /home/gnuradio_3.6.5/bin it gives the error:
> 
> Cannot import gnuradio.
> 
> Is the python path environment variable set correctly? All OS:
> PYTHONPATH
> 
> Is the library path environment variable set correctly? Linux:
> LD_LIBRARY_PATH Windows: PATH MacOSX: DYLD_LIBRARY_PATH
> 
> Any help is appreciated.
> 
> Regards,
> 
> 
> 
> 
> -- View this message in context:
> http://gnuradio.4.n7.nabble.com/Problem-running-GNU-Radio-3-6-5-under-Centos-on-X2Go-Client-tp45727.html
>
> 
Sent from the GnuRadio mailing list archive at Nabble.com.
> 
> ___ Discuss-gnuradio
> mailing list Discuss-gnuradio@gnu.org 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJS1V1DAAoJEAFxB7BbsDrLnqAIAKVZ+EgO5CKLYnWNz2VyZNMp
D4K4/X9l4rVNzGTk6DmPkXedqh8zw9KCWubXxlVx9Qe2pJZtNwYyiWqcUjN/qQpi
5twE409eyp01uw2XoRnRINZSqH/VkHnufADyMo7yHxWgb+EIG8Ay0paAybbS5hCN
L7TU7qVFytKlCM7iLZb2qbtRqgPtilGBK6/+pVr2qVz/BIyJQyiayQSZsy80tsN2
dJqI2Fw0TDHy0bDrJbc9jbDO1EkcqrNB7ig5ElvJax7ayl1F87oFl0ePJfsXQKwf
vHTpAozzs63JcN2pqv4GSmOCPyWNaM5VajB9wU5ob/m+9NYpa+iOqTF6VFgDVnw=
=MYmT
-END PGP SIGNATURE-

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Problem running GNU Radio 3.6.5 under Centos on X2Go Client

2014-01-14 Thread Naceur
Hello GR,

Lately I have installed GNU radio on my local session running on a remote
Server.
Actually I proceeded as mentioned in the gnu radio git installation guide
The environment variables are set respectively to 

$PATH:.. /users/nae/gnuradio_3.6.5/bin/
$PYTHONPATH: /users/nae/gnuradio_3.6.5/lib64/python2.6/site-packages/

(stored into the ~/.bashrc file)

However I am not sure what to set next re LD_LIBRARY_PATH and make using
CPPFLAGS as in the guide

I am using a limited access session on the server and don't know how to set
the variables nor how to proceed the following make command of make ...

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/lib
$ make CPPFLAGS="-I$HOME/local/include"

1/ When I type gnuradio-companion from the terminal it give the error:

Traceback (most recent call last):
  File "/users/nae/gnuradio_3.6.5/bin/gnuradio-companion", line 24, in

import gtk
  File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line
64, in 
_init()
  File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line
52, in _init
_gtk.init_check()
RuntimeError: could not open display

2/ When I run gnuradio-companion graphically from its icon in
/home/gnuradio_3.6.5/bin it gives the error:

Cannot import gnuradio.

Is the python path environment variable set correctly?
All OS: PYTHONPATH

Is the library path environment variable set correctly?
Linux: LD_LIBRARY_PATH
Windows: PATH
MacOSX: DYLD_LIBRARY_PATH

Any help is appreciated.

Regards,




--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Problem-running-GNU-Radio-3-6-5-under-Centos-on-X2Go-Client-tp45727.html
Sent from the GnuRadio mailing list archive at Nabble.com.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio