,

> Thanks for the reply. My problem is with this section. can you guide me
> how to do this part in Ubuntu or Windows?
>
>
>    -
>
>    Add the model_report directory to your Python path.
>
>
Well - the main point is not adding the model_report directory to your
Python path per se - the point is that your python interpreter should find
the model_report package. To test that you can run Python interactively and
try to import the model_report package:

python
>> import model_report

If that works (which it should when you have installed with pip install)
you are good to go, otherwise you need to update the PYTHONPATH environment
variable. Exactly how to set the PYTHONPATH variable depends on your
OS/Shell - but for instance with Ubuntu and bash it would be:

export PYTHONPATH=/path/to/your/python/stuff

J

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALKD1M_6NY50Q%2ByvC%2BX9oMXd3Y4YJHRCDEXeNjfCtSuOb3%3DEdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to