Python GUI2Exe Application Standalone Build (Using Py2Exe)
问题 I am trying to build a Python Script into a stand alone application. I am using GUI2Exe. My script uses selenium package. I have it installed. Project compiles fine and runs on python command line directly but fails to build a stand alone because it is referring to folder: ERROR: test_file_data_extract (__main__.FileDataExtract) ---------------------------------------------------------------------- Traceback (most recent call last): File "File_data_extract.py", line 18, in setUp File