Scrapy uses python3.5 error: No module named 'items'

clipboard.png

clipboard.png

problem description

error not found graphical.graphical

Code

from graphical.graphical.items import GraphicalItem

the environmental background of the problems and what methods you have tried

modify the project name

from __future__ import absolute_import

what result do you expect? What is the error message actually seen?

expect to see a successful run, but no module was found

Jun.11,2021

try these two methods
1: from graphical.items import GraphicalItem
2: from.. items import GraphicalItem


because the root directory you opened is not caused by your project project, you can directly open garphcai (your project, that is, your outermost directory)

.
Menu