I have a very basic spider, following the instructions in the getting started guide, but for some reason, trying to import my items into my spider returns an error. Spider a
you are importing a field ,you must import a class from items.py like from myproject.items import class_name.