Solution raise TypeError bufsize must be an integer
Solution raise TypeError bufsize must be an integer
Error : subprocess.call([vim],[/home/patelm/.bashrc])
Solution: subprocess.call([vim,/home/patelm/.bashrc])
Whenever youre running subprocess.call and you see this
error, say to yourself: "Have I passed the command line
as one parameter in a list; or have I passed it as a series
of parameters?"
download file now
Comments
Post a Comment