it would be absolutely great if someone could help me with the following problem:
I have a simple Python-Plugin that starts another executable in a subprocess. From within this application (which can't be modified on a large scale) I want to start another python-script that shows some pois in QGIS. But the problem is, that this script doesn't seem to have access to the current QGIS instance (no qgis.utils.iface object).
Is there ay way to remember the QGis-instance object or access it by looking through the currently running processes?
Thanks a lot in advance! Kian
