Re: [Discuss-gnuradio] GRC: Problem with workspace

2012-02-28 Thread larst
hi again(mostly josh;-)), to finish the problem, here my results i figured out: how i descriped this happens cause an invalid import tag in wrapper files. in my case this was "from gnuradio import digital" because i import in the digital __init__ File a module that include stuff from the mayavi

Re: [Discuss-gnuradio] GRC: Problem with workspace

2012-02-23 Thread larst
i think i install all correkt, i use the digital blocks in my flow graphs and the run also in Grc but with the problem i described -- View this message in context: http://old.nabble.com/GRC%3A-Problem-with-workspace-tp33352651p33379085.html Sent from the GnuRadio mailing list archive at Nabbl

Re: [Discuss-gnuradio] GRC: Problem with workspace

2012-02-23 Thread Tom Rondeau
On Thu, Feb 23, 2012 at 10:57 AM, larst wrote: > > hi, > > i figure it out ... it happens cause an invalid import tag in the wrapper > file. > > in my case i want to import >> from gnuradio import digital > the module exist but i dont know why, Grc force this kind of Problem. > > should i do some

Re: [Discuss-gnuradio] GRC: Problem with workspace

2012-02-23 Thread larst
hi, i figure it out ... it happens cause an invalid import tag in the wrapper file. in my case i want to import >> from gnuradio import digital the module exist but i dont know why, Grc force this kind of Problem. should i do something to register this module for Grc? regards lars -- View t