discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] grc code generation issues with name confliction


From: Kyle Zhou
Subject: [Discuss-gnuradio] grc code generation issues with name confliction
Date: Sat, 10 Sep 2011 14:36:47 +1000

If I have two packages 'packa' and 'packb', each of them has a module 'modc'.
This is not a problem since they belong to different packages.
But if I use these two modules in GRC at the same time, the following python 
codes are generated:

from packa import modc
from packb import modc

Thereafter, name confliction happens. Only packb.modc is accessible.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]