我们被要求使用pyreport
生成报告,但是只要我在命令提示符下运行命令pyreport last.py
,我就会得到以下反馈:
Traceback (most recent call last):
File "C:\Python27\Scripts\pyreport-script.py", line 9, in <module>
load_entry_point('pyreport==0.3.4c', 'console_scripts', 'pyreport')()
File "C:\Python27\lib\site-packages\pyreport-0.3.4c-py2.7.egg\pyreport\pyreport.py", line 52, in commandline_call
pyfile = open(args[0],"r")
IOError: [Errno 2] No such file or directory: 'last.py'
请帮我解决这个问题。我也已经在我的电脑上安装了乳胶它与这个问题有什么关系吗?