Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
185 views
in Technique[技术] by (71.8m points)

python - 使用python打印文件时出错(There is a error with printing a file using python)

import tempfile
import os 

q=tempfile.mktemp(".txt")
open(q,"w").write("the writing")
os.startfile(q,"print")

while running this code there is an output from the printer as [ "the writing" ] (it's ok) and there is also a text called := " tempsh03uiuc.txt " at the top of the paper.

(在运行此代码时,打印机的输出为[“文字”](可以),并且在纸张顶部还有一个名为:=“ tempsh03uiuc.txt”的文本。)

help me to solve this, " tempsh03uiuc.txt " is an irrelevant thing.

(帮我解决这个问题,“ tempsh03uiuc.txt”是无关紧要的事情。)

  ask by kanishka kumarasiri translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...