Re: [PythonReports-users] Error testing the test_build.py for PythonReports-0.7.4
Brought to you by:
a1s
From: Aleksandr S. <al...@go...> - 2017-08-09 06:17:00
|
On 09.08.2017 6:42, Dave Porras wrote: > > I'm trying to use your utility but I'm getting next error: > > C:\Users\dporrasa\Documents\FUSE\Scripts\AutoQualDoc>C:\Python27\python.exe > test_build.py > > Traceback (most recent call last): > File "test_build.py", line 100, in <module> > run() > File "test_build.py", line 80, in run > _printout = _builder.run(sakila.load()[:DATA_LIMIT], > File "C:\Users\dporrasa\Documents\FUSE\Scripts\AutoQualDoc\sakila.py", > line 85, in load > data_file = open(DATA_FILE, "rb") > IOError: [Errno 2] No such file or directory: 'sakila.dat' > > I don't know if there is a file missing in the repo I downloaded or if > that file should be generated for the scripts and it is not being > created. sakila.dat can be downloaded from the project page: https://sourceforge.net/projects/pythonreports/files/Sample%20Data%20file/0.1.0/. This sample data file contains records of the Sakila Sample Database (https://dev.mysql.com/doc/sakila/en/) saved in Python pickle format. Best wishes, alex. |