I have coded a GUI, in a .py... It is called foo.py. Then in another GUI, bar.py, I need to be able to open/display/execute foo.py. So basically I need to use the following:<br><br><span style="font-family: courier new,monospace;">        self.connect(self.pb1, QtCore.SIGNAL(&#39;clicked()&#39;),</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">            self.open_foo)</span><br clear="all"><br>So self.pb1 would be a PushButton and self.open_foo would be the function that would open foo.py.<br><br><br>How would I do this?<br>
<br>-- <br>patx, <a href="http://patx.me">patx.me</a><br>