How to create .exe file in python including all used libraries? [closed]

asked 2020-03-10 12:38:29 -0600

I have python program in which I am using modules like opencv and tensorflow. I have tried different methods like pyinstaller, py2exe and auto-py-to-exe but it didnt work for me I guess. Is there a way, that I can create an .exe having all the libraries and media files like video and images (that were used in the program)?

Thanks in advance!

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2020-03-10 13:04:40.922685

Comments

btw, it did not work, for anyone so far, either

berak gravatar imageberak ( 2020-03-13 10:04:09 -0600 )edit