I am executing my script on Mac (macOS 10.14.1) using Python (2.7.10). This is what i have in my script:
server_jenkins = jenkins.Jenkins(JENKINS_URL, username=JENKINS_USER, password=JENKINS_PASS)
And this is the error i am getting:
AttributeError: 'module' object has no attribute 'Jenkins'