我有需要打上定义的<代码>电子数据代码>或<代码>(VISUAL)的文字。 当有人叫喊“彩色”的文字时,我能够发射“
接受
每一次。 似乎同一议题是。 页: 1
sinister:Programming [1313]$ echo "import os;os.system( nano )" > "sample.py"
sinister:Programming [1314]$ python sample.py
# nano is successfully launched here.
sinister:Programming [1315]$ echo "It dies here." | python sample.py
接受
Buffer written to nano.save.1
EDIT:查明真相;在方案内,我并不期待编辑。 该法典如下:
editorprocess = subprocess.Popen([editor or "vi", temppath])
editorreturncode = os.waitpid(editorprocess.pid, 0)[1]