Zillow icon indicating copy to clipboard operation
Zillow copied to clipboard

ImportError Zillow

Open agrushevsky opened this issue 7 years ago • 1 comments

import Zillow.zillow_functions as zl

ImportError: No module named 'Zillow'

agrushevsky avatar Nov 17 '18 01:11 agrushevsky

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

ChrisMuir avatar Nov 17 '18 16:11 ChrisMuir