ModuleNotFoundError: No module named 'travelcrm_turbosms'

ModuleNotFoundError: No module named 'travelcrm_turbosms'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'travelcrm_turbosms'

How to remove the ModuleNotFoundError: No module named 'travelcrm_turbosms' error?

Thanks

View Answers

March 13, 2013 at 2:32 PM

Hi,

In your python environment you have to install padas library.

You can install travelcrm_turbosms python with following command:


pip install travelcrm_turbosms

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

Thanks









Related Tutorials/Questions & Answers:

Ads