EuroPython 2013: Call for Proposals ending soon!

2013-02-26 Thread mena
Call for Proposals for EuroPython 2013 is open. It will run until March 5th, 23:59:59 CET, so don't waste time, hurry up! Visit our webpage: https://ep2013.europython.eu/call-for-proposals/ -- http://mail.python.org/mailman/listinfo/python-list

Re: How do I pass a variable to os.popen?

2011-10-31 Thread Paul David Mena
t; fat = subprocess.check_output(["ethtool", interface]) > > >fat=fat.split('\n') > > > > = > > > > I'm printing out "cmd" in an attempt to debug, and "interface" seems > > to be passed as a string and not a variable. Obviously I'm a newbie, > > and I'm hoping this is a simple syntax issue. Thanks in advance! > > Cheers, > Chris > -- > http://rebertia.com > -- Paul David Mena pauldavidm...@gmail.com -- http://mail.python.org/mailman/listinfo/python-list