Hey guys,
I am having a really hard time deploying to scrapyd because of the static configuration files (lets call them dictionary files) that need to be used).
Played around with MANIFEST.in, pkgutil.get_data, StringIO and whatever I could find for now more than 4 hours, but really can't get it work. Has anyone a working example?
I want to load two static JSON files from scrapyd, but it never seemed to find the files, whatever referencing method I used. Normally I had the open method followed by the filename and I put the filename in the eggs root as well as the projects egg folder, but in no case the files were found. If anyone knows how to do this with a full example, I would be very helpful.
Kind regards,
Thimo