[Discuss-gnuradio] FW: [SOLVED] Re: gr-gsm - ImportError: No module named _qtgui_swig

2017-01-09 Thread Jacqueline . Walker
Hi Marcus, Right, I have resubscribed not using nabble. I installed it originally using pacman and GNU Radio companion is enabled and has been working more or less. It just throws up messages that certain things are missing, that I then install from binary. I ha

[Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-11 Thread Jacqueline . Walker
Hello, Trying the tutorial three - python in gnu radio and the 'if_else' mod file. I get this run-time error even with the tutorial/solutions file so it might be a build thing. Basically when it runs with the added if val == 1: block it raises an Attribute error top_block_sptr has no attribute

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-12 Thread Jacqueline . Walker
Hi Kartik, Well, no I would think there ought not be an error in the tutorial, but the fact remains that if I run the ‘if_else_mod.py’ from the ~/solutions/gr-tutorial/examples/tutorial3/python/ folder I get the exact same runtime errors, so it might be something in the build. I attach my own

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-13 Thread Jacqueline . Walker
Hi Martin, Sorry, I did forget to put all that in, still learning including how to use a list for help. Right - I have it on a VM running Archlinux (4.8.13-1 - I only started a week ago) and I used pacman to install the package gnuradio 3.7.10.1-3. At that point after installing the gnuradio pa

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-13 Thread Jacqueline . Walker
Hi Sreeraj, Ok, thanks, trying that – it tells me no apparently and is offering to upgrade a heap of stuff – including some stuff I only just installed a couple of hours ago (!) – and I also – to fill you in – removed my gnuradio installation and re-did by installing gnuradio-companion package

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-13 Thread Jacqueline . Walker
Hi Sreeraj, Did the upgrade. I still get the error I’m afraid. Also with the cloned example file in the solutions. I can now get the subsequent programming exercises to work – well, the next part at least because I am still trying to fix this – so I may carry on with that and maybe some solutio

[Discuss-gnuradio] Module attribute error in C++ guided tutorial

2017-01-20 Thread Jacqueline . Walker
Hello again, Working through the python programmed modules in the guided tutorial and no problems but I get the same 'module attribute error' trying to complete the C++ tutorial. Following directions exactly, files compile, block appears in GRC, can build the flowgraph but get the same executio

Re: [Discuss-gnuradio] Module attribute error in C++ guided tutorial

2017-01-23 Thread Jacqueline . Walker
Hi Marcus, Thanks for the detailed instructions (and don't worry I understood the SWIG comment ;-) ) I did as you suggested and the Boost warning DID disappear - and it was only necessary to put the new FindBoost.cmake file in the gr-tutorial/cmake/Modules directory. However, unfortunately th

Re: [Discuss-gnuradio] Module attribute error in C++ guided tutorial - solved for now!

2017-01-27 Thread Jacqueline . Walker
I would further add that it still doesn't run from inside GRC because the tutorial four changes are negated even if you do not regenerate the file. From: Jacqueline.Walker Sent: 27 January 2017 14:34 To: 'discuss-gnuradio@gnu.org' Subject: RE: [Discuss-gnuradio] Module attribute error in C++ guid

[Discuss-gnuradio] FW: Module attribute error in C++ guided tutorial - solved for now!

2017-01-27 Thread Jacqueline . Walker
From: Jacqueline.Walker Sent: 27 January 2017 14:34 To: 'discuss-gnuradio@gnu.org' Subject: RE: [Discuss-gnuradio] Module attribute error in C++ guided tutorial - solved for now! Update to the issue. Trying to solve the module attribute not found error, experienced doing guided tutorial 4 viz:

Re: [Discuss-gnuradio] Module attribute error in C++ guided tutorial - solved for now!

2017-01-27 Thread Jacqueline . Walker
Update to the issue. Trying to solve the module attribute not found error, experienced doing guided tutorial 4 viz: Traceback (most recent call last): File "tutorial_four_1.py", line 210, in main() File "tutorial_four_1.py", line 198, in main tb = top_block_cls() File "tutorial_four

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-09 Thread Jacqueline . Walker
Hi Tellrell and others, I have been having similar problems while going through the various tutorials and have come up with some workarounds (with help from a python expert – my 21 year old son) and am now getting to the bottom of it. I have fixed it by adding the following lines to the -_init__

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-09 Thread Jacqueline . Walker
Hi Marcus, I know it's a kludge but I've been working on this steadily when I can to try and work out why it hasn't been working despite following all directions in the tutorials, and so far this is the only way to get it to work. It's how I got the python and C++ blocks in the Guided Tutorial

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-09 Thread Jacqueline . Walker
Hi Marcus, According to the build/install_manifest.txt it installs to: /usr/local/lib/python2.7/site-packages/ And various other /usr/local/ paths as appropriate e.g. /usr/local/include/ /usr/local/share/ Does that make sense? I followed the instructions - exactly - to use gr_modtool to cre

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-10 Thread Jacqueline . Walker
Thanks Marcus, I can see it makes no sense that adding lines to the init.py telling it to look in the build directories fixes the problem and it's probably not a viable long term solution. I will continue investigating. However, 'it' (python, the GRC) does go to the install tree i.e., to the /u

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-13 Thread Jacqueline . Walker
Hi Marcus, Thanks, yes, I agree totally. In brief I have tried this and it has broken everything. From my quick search around it seems to be a problem specific to Arch (though I guess we've gathered that by now) to do with Arch not having (or indeed approving of apparently) a /usr/local/ direc

[Discuss-gnuradio] FW: Gr-Inspector Install error Update -success!

2017-02-13 Thread Jacqueline . Walker
From: Jacqueline.Walker Sent: 13 February 2017 14:19 To: 'Marcus Müller' Subject: RE: [Discuss-gnuradio] Gr-Inspector Install error Update -success! Hi Marcus, Good news! All fixed - I don't know why setting the LD_LIBRARY_PATH broke everything the first time round, but it is all sorted now (a

Re: [Discuss-gnuradio] FG probe generation of thread.start() race conditions (python tutorials)

2017-04-04 Thread Jacqueline . Walker
Hi James, Thanks! I was a newbie who had this problem a while ago. I knew it had to be some issue like this, but I didn't know enough to spot it or fix it! Jacqueline -Original Message- From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+jacqueline.walker=ul...@gnu.org] On Behalf O

[Discuss-gnuradio] query about fm example file in github tutorials repository

2017-06-29 Thread Jacqueline . Walker
Hi, I downloaded the file fm101.8MHz_1Msps.cfile (from gr-tutorials/examples/tutorial6/ ) to use for trying out demodulation flowgraphs in gnuradio. It was recommended here: https://wiki.gnuradio.org/index.php/Guided_Tutorial_Hardware_Considerations But I can't find any details about the file -

[Discuss-gnuradio] Fwd: query about fm example file in github tutorials repository

2017-06-29 Thread Jacqueline . Walker
Sent from my HTC - Forwarded message - From: "Jacqueline.Walker" To: "Marcus Müller" Subject: [Discuss-gnuradio] query about fm example file in github tutorials repository Date: Thu, Jun 29, 2017 8:40 P.M. OMG, silly me ...it was staring me in the face as I was laboriously typing out

[Discuss-gnuradio] FW: Fwd: query about fm example file in github tutorials repository

2017-06-30 Thread Jacqueline . Walker
FWIW, I got the aforementioned "fm101.8_1Msps.cfile" to demodulate once I tried using the more generic FM demod block rather than the WBFM receive block. I was using the rational resampler block in both cases to match the audio sink rate (48 kHz) and I did have the 'Ok to block' option turned o

Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Jacqueline . Walker
Hi Shane, I believe this might be the solution. According to James Shimer on this thread, it's a race condition in the python code - read on down the thread. Anyway, the solution works, I tried it. regards Jacqueline From: Discuss-gnuradio [discuss-gnu

[Discuss-gnuradio] PhD opportunity in SDR/gnuradio satellite modem development

2017-10-05 Thread Jacqueline . Walker
supervised by Dr Jacqueline Walker and Dr Bob Strunz. The studentship is open from October 2017 and will remain open until filled. The goal of the project is to develop a specialised satellite modem for precision time transfer using an SDR platform and open source software such as GNURadio. The