Reputation: 15
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
Reputation: 461
Use this to import SoftLayer :
import SoftLayer (Capital L)
import SoftLayer
Upvotes: 1