No recent searches
Popular Articles
Sorry! nothing found for
Posted over 2 years ago by Roman K
Hi, not able to run spider which is reading excel as input to get start urls/start poin.
getting following error "FileNotFoundError: [Errno 2] No such file or directory"
have this in setup.py
setup( name = 'project', version = '1.0', packages = find_packages(), entry_points = {'scrapy': ['settings = twitch_tv.settings']}, package_data={ 'project': [ 'Extensions Directory.xlsx', 'Live Streams.xlsx', ] }, )
Please advise how can I solve it?
0 Votes
0 Comments
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
Hi, not able to run spider which is reading excel as input to get start urls/start poin.
getting following error "FileNotFoundError: [Errno 2] No such file or directory"
have this in setup.py
Please advise how can I solve it?
0 Votes
0 Comments
Login to post a comment