Difficulty in generating .exe from .py file

Aakash Jana aakashjana2002 at gmail.com
Tue Feb 25 15:45:39 EST 2020


I have made a simple web scraper that scrapes Wikipedia and prints some
info on to the command line using requests and BeautifulSoup. Whenever I
execute pyinstaller it gives an error "expected integer got type bytes"
although the code runs perfectly. I am using python 3.8


More information about the Python-list mailing list