What is this based on?
Does not work with mechanize 0.4.5 and Python 3, I tweaked the script a bit and this is what I got:
Traceback (most recent call last):
File ".\account.py", line 46, in <module>
br.form['email'] = currentline[0]
File "C:\Users\Karan\AppData\Local\Programs\Python\Python38\lib\site-packages\mechanize\_form_controls.py", line 1963, in __setitem__
control = self.find_control(name)
File "C:\Users\Karan\AppData\Local\Programs\Python\Python38\lib\site-packages\mechanize\_form_controls.py", line 2355, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "C:\Users\Karan\AppData\Local\Programs\Python\Python38\lib\site-packages\mechanize\_form_controls.py", line 2448, in _find_control
raise ControlNotFoundError("no control matching " + description)
mechanize._form_controls.ControlNotFoundError: no control matching name 'email'