Tomgu added the comment:
Here I get one problem need help.
In python 2.7.5 version I write a script "test.py" as below
###
import subprocess
fileID=file('test1.log','w')
process_response = subprocess.call('netsh wlan show\
interface',stdout=fileID
Tomgu added the comment:
Update, the python version is '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC
v.1500 32 bit (Intel)]'
--
___
Python tracker
<http://bugs.python.org
New submission from Tomgu:
Here I get one problem use STAF call python and need help.
In python 2.7.2 version I write a script "test.py" as below
###
import subprocess
fileID=file('test1.log','w')
process_response = subprocess.call('netsh wlan show\