定期的なスクリプトを実行して、プロジェクト内の json ファイルに接続しようとしています。これを試しました ( https://support.scrapinghub.com/support/solutions/articles/22000200416-deploying-non-code-files ) が、うまくいきません。スクレイピング ハブからインポートされた構造が大きく異なります。このファイルを呼び出す必要があるまで、スクリプトは正常に機能しています。
私が得たエラーは次のとおりです。
IOError: [Errno 2] No such file or directory : 'resources/bmibmi-67d3f1f00f49.json'
これで setup.py :
package_data={
'project': ['resources/*.json']
},
どうもありがとうございました。