I believe the problem lies in the following lines of code since the script works with a different website and username/password combination:
resp = opener.open('ht tp://www.amm.com/login.asp')
theurl = 'http://www.amm.com/login.asp'
body={'username ':'AMMT54590570 ','password':'A MMT32 564288'}
Code:
#!/usr/bin/env python
Leave a comment: