Chris Morley wrote: > Ooops I lied... That only works if you have changed the profile > of the terminal to not close after command finishes. Damn > thought I had it..
If that is the problem, then you could do a sleep forever by sleep 2000000000 which will be interrupted by a SIGINT Luc > ------------------------------------------------------------------------ > From: [email protected] > To: [email protected] > Date: Sat, 29 Aug 2009 07:19:27 +0000 > Subject: Re: [Emc-developers] help with gnome-terminal commands in python > > The answer was to add the sleep command: > terminal = os.popen("gnome-terminal --title=Parport_address_search -x > lspci -v ;sleep 1", "w" ) > > Chris M ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
