Re: Difficulty in generating .exe from .py file

2020-02-25 Thread Abdur-Rahmaan Janhangeer
Can you share your codes? Thank you! On Wed, 26 Feb 2020, 00:45 Aakash Jana, wrote: > 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

Difficulty in generating .exe from .py file

2020-02-25 Thread Aakash Jana
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 --