python - Trying to use Py2exe, keep getting errors -


i have small program made in python selenium, , i'm trying make .exe py2exe.. exe when run it, terminal pops split second terminates.

i tried run .exe in cmd , says there no such file webdriver_prefs.json

here setup.py have:

from distutils.core import setup import py2exe setup(console=['file_name.py']) 

any input on how resolve welcome.

cheers.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -