Problem with importing twill3 in Python 3.8

74 Views Asked by At

I'm trying to write a little web scraping script, and I'm trying to use twill3, but it keeps giving me the error

File "mypath\twill3\other_packages\subprocess.py", line 392

False = 0

SyntaxError: cannot assign to False

I really have no idea what to do with this. Any help would be appreciated.

0

There are 0 best solutions below