Hi Experts, I'm new in python and want to make an executable file using a library highlighted below. The library is in python 2 and I'm using python 2.7 along with pyinstall version 3.5. the creation of exe file is successful by using command pyinstaller --onefile <myfile.py>. but while running the exe file it fails by closing the window immediately. By the way I'm using windows system. Can someone help me o overcome the issue. Let me know if anything more required. Thanks in advance.
C:\Users\ADMIN>pip list Package Version -------------------- --------- altgraph 0.16.1 dis3 0.1.3 enm-client-scripting 1.18.1 future 0.17.1 pefile 2019.4.18 pip 18.1 PyInstaller 3.5 pywin32-ctypes 0.2.0 requests 2.5.0 setuptools 40.6.2 -- Regards, Tamoghna -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CABJr1vdFr2Vu6owsd-ikCbpFPjFsbkiGhXKLs5f7-Dsjsp_9MQ%40mail.gmail.com.
