ChrisMuir / Zillow

Zillow Scraper for Python using Selenium
162 stars 75 forks source link

ImportError Zillow #16

Open agrushevsky opened 5 years ago

agrushevsky commented 5 years ago
import Zillow.zillow_functions as zl

ImportError: No module named 'Zillow'

ChrisMuir commented 5 years ago

Yeah the way the import step is written, the zillow_runfile.py is meant to be run from a working directory that contains the Zillow directory. If you set Zillow as your working directory, then in order to run it you just need to edit the import line to be like this:

import zillow_functions as zl