On 12/17/2010 4:07 PM jtl999 said...
I want to pass a variable to os.system which is dir
dir=raw_input ("Dir Please ")
Dir Please /
ok dir = /
os.system ("ls"  + dir)
sh: ls/: No such file or directory

this has concatenated "ls" and dir

try with "ls "

Emile


32512

any advice




_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to