Create .exe from .py

0

Hi, I have my .py code and I run it from SPYDER with Anaconda, no problem. Now I want to create an .exe from my .py file but when I try to execute it I get an error "Failed to execute script name.py"

I think the error is because of the external libraries I'm using as tkinter, pandas, datetime, etc ...

Does anyone know how to create an installer or an executable to be with Py2exe, pyinstaller, or cxFreeze with libraries and that works?

    
asked by Alfredo Lopez Rodes 07.06.2018 в 18:17
source

0 answers