Creating an Exe with Selenium Module: Py2exe/Pyinstaller Creating an Exe with Selenium Module: Py2exe/Pyinstaller selenium selenium

Creating an Exe with Selenium Module: Py2exe/Pyinstaller


Try this:

options={    'py2exe':        {            'skip_archive': True,            'unbuffered': True,            'bundle_files': 2, #assuming you dont want to include the python interpreter            'optimize': 2,        },},zipfile = None