Start a new topic
Answered

Can i use scrapy project include pymongo ?

Hi,

  I have create a scrapy project and using pymongo, i can save data to my mongodb succeed.(server ip is localhost)


When i deploy my project to here and run it.

It shows 4 errors

image


I think the issue is

exceptions.ImportError: No module named pymongo.


What step should i miss it ? Or i should use a real ip connect my mongodb  ?


Please tell me some advice. Thanks in advance.




Best Answer

There's an Attach File button at the bottom of the message box. Anyways it's not necessary, I looked at the screenshots of your previous messages. Your last screenshot reads:

 

project:
   default: project id

It's supposed to be:

projects:
   default: project id

OR

project: projectid

 


Login to post a comment