我试图将文件名作为变量传递并打开它以进行读写模式

时间:2015-03-08 12:33:25

标签: python

我需要打开存储在变量

中的文件
outfile_names="D:\\shar\\log_Shar_257\\outfilex.txt"
logfile_name=open(outfile_names, "r+b")

我收到以下错误:

TypeError: coercing to Unicode: need string or buffer, file found

你能帮我解决这个问题吗?

0 个答案:

没有答案