私はスクレイピーでDjangoモデルを使用しようとしていますが、次のエラーが発生しています:
sudo scrapy deploy default -p eScraper
Building egg of eScraper-1370598403
'build/scripts-2.7' does not exist -- can't clean it
zip_safe flag not set; analyzing archive contents...
Deploying eScraper-1370598403 to http://localhost:6800/addversion.json
Server response (200):
{"status": "error", "message": "ImportError: No module named eScraperInterfaceApp.models"}
この投稿を使用しました
Djangoプロジェクトのsettings.pyファイルを見つけることができますが、items.pyファイルにdjangoアプリモデルをインポートしようとするとエラーが発生します...