Pyinstaller packaging py error ImportError: No module named FileDialog.

I use pyinstaller to package the environment is python2.7.11,pyinstaller 3.3.1.
there are only these two py files

manage_utils.py

mainform.py.
,pyinstaller -F mainform.py,

,

how did this happen? And the path of program execution seems to have changed.
C:UsersMartinDesktopmanagedist > mainform
C:UsersMartinAppDataLocalTemp_MEI17~3
Why does the path C:UsersMartinAppDataLocalTemp_MEI17~3 appear?
and I looked for it manually and couldn"t find this. And ask the bosses for advice! Thank you so much!

Menu