ModuleNotFoundError: No module named 'django-book'

ModuleNotFoundError: No module named 'django-book'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'django-book'

How to remove the ModuleNotFoundError: No module named 'django-book' error?

Thanks

View Answers

September 30, 2013 at 1:48 PM

Hi,

In your python environment you have to install padas library.

You can install django-book python with following command:


pip install django-book

After the installation of django-book python library, ModuleNotFoundError: No module named 'django-book' error will be solved.

Thanks









Related Tutorials/Questions & Answers:

Ads