Calling a GRC file in another GUI

Hi,
If i make a GUI in python language and i want to call a GRC file from
that
GUI by pressing a button or something,then it’s possible to call a file
like that??
Regards,
Ali

Yes, you can generate python out of that GRC file.

The usual way to go is creating a GRC flowgraph, and generating a hier
block out of that, then using that hier block in your main Python
program.

Greetings,
Marcus

ok but whats a hier block?
Regards,
Ali

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ali,

that’s a core concept explained in the “Writing Python Applications”
tutorial and is referenced in the “How to write an OOT module”
tutorial. I was assuming you read both; if not, please do.

Greetings,
Marcus

On 28.05.2014 04:59, jason sam wrote:

Python program.

_______________________________________________ Discuss-gnuradio
mailing

[email protected]://lists.gnu.org/mailman/listinfo/discuss-gnuradio


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJThYwzAAoJEBQ6EdjyzlHt7osIAIvGe+hTX0kRitb8zye3V5Wo
WF8H2uzQVoeJLL4TxLb15p9GUv3SIWLmlWYYE3C9BfRstbCIokh+oFfHfCf9QVRn
fe+Gx9toKXuHSW87cEvpemQf1TVC/wgmQx4DwlQ99vwsoEIXud/C2PFk/Msbzh2J
G1sEdMkSupZTNX5S/Emv0mc14uKHKR4wGetDBU4JoKoPYX4QbgfnZSlmOrSLM/yk
HHNSpZJnigt/jQ4TQaC/i2dvN8wQJ+QZHKbvwD98FhZ83keIW0dpMpIvmYBme8zf
vgkITZ73uNXBfWN48R2nFyD+3G641q6nD2dg2ganxZmfjRdB/nxdLzPZZGx8F6U=
=0Kws
-----END PGP SIGNATURE-----

I want to ask if you have amde this GUI can you tell me how to do it.
Arooj