Zillow
Zillow copied to clipboard
ImportError Zillow
import Zillow.zillow_functions as zl
ImportError: No module named 'Zillow'
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