Hi guys

I want to open a terminal and display the output of lspci -v | less in
a python program. Something similar to this:

self.terminal  = os.popen("gnome-terminal --title=joystick_search -x less 
/proc/bus/input/devices", "w" )

I've tried :

self.terminal = os.popen("gnome-terminal --title=Parport_search -x less 
/proc/bus/pci/devices", "w" )

and variations on:

self.terminal = os.popen("gnome-terminal --title=Parport_search -x less lspci 
-v", "w" )

What do you suggest?

Thanks Chris M



_________________________________________________________________
Send and receive email from all of your webmail accounts.
http://go.microsoft.com/?linkid=9671356
------------------------------------------------------------------------------
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
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to