ywainberg
ywainberg

Reputation: 15

ModuleNotFoundError: No module named 'Softlayer'

My softlayer python module is installed but can't be imported

i tried reinstall it ,but still i get the same error

ModuleNotFoundError: No module named 'Softlayer'

Hope someone can help

Upvotes: 0

Views: 734

Answers (1)

Sahil Gupta
Sahil Gupta

Reputation: 461

Use this to import SoftLayer :

import SoftLayer (Capital L)

Upvotes: 1

Related Questions