Hi Vishwanatha,

please stick to the list.

from gnuradio import project
ImportError: cannot import name project

indicates there is some line in your source code where you do that,
"from gnuradio import project". Maybe you made a mistake in the <import>
tag in your XML, maybe it's in your source code.

I'd search for "from gnuradio import project" inside your source code,
and if that doesn't yield where this happens, for "project".

Greetings,
Marcus

On 03/31/2015 02:49 PM, Vishwanatha H G wrote:
> thanks for your help. I'm succeeded in that,
> But now it showing the error as in screenshot attached,  what is the
> problem with this? thank you.
>
> On Tue, Mar 31, 2015 at 2:52 PM, Marcus Müller
> <marcus.muel...@ettus.com <mailto:marcus.muel...@ettus.com>> wrote:
>
>     Hi Vishwanatha,
>
>     you've forgot to modify your block's XML description, which you
>     can find under /grc in your out of tree module.
>     I'd like to point you to the guided tutorials [1], which contain
>     information on that topic [2].
>
>     Best regards,
>     Marcus
>
>     [1]
>     https://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials
>     [2]
>     
> https://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_GNU_Radio_in_Python#325-XML-Files
>
>     On 03/31/2015 09:51 AM, Vishwanatha H G wrote:
>>     Hi..
>>        I created a block named 'cost'. But it showing the error as in
>>     screenshot attached what is the problem with this? thanks for
>>     your advice.
>>
>>
>>     _______________________________________________
>>     Discuss-gnuradio mailing list
>>     Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org>
>>     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>     _______________________________________________
>     Discuss-gnuradio mailing list
>     Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org>
>     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>

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

Reply via email to