Can someone tell me whats wrong with this?
Mike Partin
wking at sheltonbbs.com
Fri Feb 4 07:58:27 EST 2000
More information about the Python-list mailing list
Fri Feb 4 07:58:27 EST 2000
- Previous message (by thread): Can someone tell me whats wrong with this?
- Next message (by thread): Python/Tkinter GUI builders? - spectcl2py.py.gz (0/1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If someone could tell me what is wrong with this code I'd be very grateful.
def Cvs_Update():
TmpMod = raw_input("Module: ")
TmpGrep = "grep -w " + TmpMod + " /etc/hscvs.conf | awk -F= '{ print $2 }'"
os.system("export CVSROOT='os.system(TmpGrep)'")
os.system("echo $CVSROOT")
#os.system(cmd)
- Previous message (by thread): Can someone tell me whats wrong with this?
- Next message (by thread): Python/Tkinter GUI builders? - spectcl2py.py.gz (0/1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list