Re: [Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Geof Nieboer
It looks like there are some AVX instructions being added to the libraries even on the vanilla builds. This will cause a DLL not be unable to load, which ends up with the error message you received. This is either because: 1- I've missed something during the build process and something is being

Re: [Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Anon Lister
Also, does gnuradio companion run from the start menu? On Apr 24, 2016 5:57 PM, "Camera Parts" wrote: > Hi, > > I am new to GnuRadio. > > I installed on Windows 8 using gnuradio_3.7.9.2_win64.msi. I am looking > for a simple example in order to test the installation. When I try to run > mono

Re: [Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Geof Nieboer
Also, 1- Do you have the MSVC 14.0 runtimes installed? The current installer does NOT install them automatically for Win 8. 2- See an earlier email on the mailing list about troubleshooting this with Dependency Walker to see if any libraries are not being found. 3- I assume you weren't able to ge

Re: [Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Camera Parts
AMD Sempron Dual Core 2200 (2.0 GHz), bought around 2008. Yes, it is quite old, but why? On Sun, 4/24/16, Geof Nieboer wrote: Subject: Re: [Discuss-gnuradio] Problem with SWIG on Windows To: "Camera Parts" , "Discuss-gnuradio@gnu.org" Date: Sund

Re: [Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Geof Nieboer
What CPU do you have? We are having some problems with older CPUs. Geof On Mon, Apr 25, 2016 at 12:56 AM, Camera Parts wrote: > Hi, > > I am new to GnuRadio. > > I installed on Windows 8 using gnuradio_3.7.9.2_win64.msi. I am looking > for a simple example in order to test the installatio

Re: [Discuss-gnuradio] baz-utils and python path

2016-04-24 Thread Nate Temple
Hello, The config.pyc is a compiled python / byte code file. You'll need to delete the config.pyc file and edit the config.py, as the scanner.py program reads in the config.py for it's settings. - Nate > On Apr 24, 2016, at 3:06 AM, Freedomfighter099 . > wrote: > > Hello > > I got the cy

Re: [Discuss-gnuradio] Multiple Inputs in Tagged Stream Block

2016-04-24 Thread Martin Braun
On 24 Apr 2016 14:31, "Jingyi Sun" wrote: > > Hi Martin, > > Thanks! We implemented the changes you suggested and it worked! We are now able to have multiple inputs and propagate the proper tags. We are now working on our next roadblock, which we feel like must also be a simple problem: > > As a t

[Discuss-gnuradio] Problem with SWIG on Windows

2016-04-24 Thread Camera Parts
Hi, I am new to GnuRadio. I installed on Windows 8 using gnuradio_3.7.9.2_win64.msi. I am looking for a simple example in order to test the installation. When I try to run mono_tone.py located in \share\gnuradio\examples\audio, I got an error saying "ImportError: DLL load failed: %1 is n

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
My apologies, just double-checked and I was looking at an older version. Try updating, it should be fixed now. M On 04/24/2016 11:12 AM, Martin Braun wrote: > Shanaz, > > On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote: >> [...] >> line 150, in _run_init >> if op.exists(op.join(path, self.pref

Re: [Discuss-gnuradio] stream_mux tag propagation

2016-04-24 Thread Martin Braun
The mux is easy because it can be dynamic by analysing the input tagged streams. A demux needs logic to figure out how to demux a stream. An example is the header_payload_demux, which has a massive amount of logic (and still relies on outside blocks). M On 04/23/2016 01:05 AM, Merlin Chlosta wrot

Re: [Discuss-gnuradio] Multiple Inputs in Tagged Stream Block

2016-04-24 Thread Martin Braun
On 04/23/2016 12:36 PM, Jingyi Sun wrote: > Hi Martin and everyone, > > I've pinpointed what causes this error to occur with 3 inputs, but not > occur with just 1 input. > > gr::log :FATAL: geese_vcvc0 - Missing a required length tag on port > 1 at item #0 > thread[thread-per-block[4

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
Shanaz, On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote: > [...] > line 150, in _run_init > if op.exists(op.join(path, self.prefix.prefix_conf_dir)): > *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir' This line doesn't exist in PyBOMBS. Maybe you do have an old version or s

Re: [Discuss-gnuradio] packet_header_default formatter packet length - why constant?

2016-04-24 Thread Martin Braun
Steven, this is a tricky one. It took me a while to make sense of this stuff (despite having written it) which is already a bad sign in terms of documentation. Here's the long story: When specifying 'header length', we never specify the *unit*. Now, one thing is important: The header_len() method

[Discuss-gnuradio] Is there a property setting box for WX scope for persistence?

2016-04-24 Thread atlas steels
I see such settings for *WX FFT * but not for simple WX scope? What am I missing? I'd really like to default this to ON and value=xyz. I can use the GUI to set thinks up, but I'd really like not to. This is for an eye-diagram application. -- View this message in context: http://gnuradio.4.n7.na

Re: [Discuss-gnuradio] baz-utils and python path

2016-04-24 Thread Freedomfighter099 .
Hello I got the cyberspectrum scanner.py running following your instructions But I don’t seem to have any control or options to configure my USRP been looking into the code in both scanner.py and the config.pyc and within scanner.py is most related to FFT and the config.pyc I can’t edit because