Hi, It looks like a common gotcha - there is "test" module in standard library, and this makes startproject fail. Try using another name. See also: https://github.com/scrapy/scrapy/issues/428
понедельник, 21 июля 2014 г., 21:03:19 UTC+6 пользователь [email protected] написал: > > I am new to scrapy. > > I am installed scrapy 2.4.2 on debian wheezy using pip. Seemingly, worked > fine. when I run "scrapy startproject test" from > /usr/local/lib/python2.7/dist-packages/scrapy/templates/project directory, > I get ImportError: No module named ${project_name}.settings. I am not sure > as what the issue is and how I could correct it. > > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
