View Single Post
  #35  
Old 11-23-2019, 02:22 PM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

I use PyInstaller and use the spec file within the main directory -- "nparse_py.spec". So, I just run ".\pyinstaller nparse_py.spec". It's been so long since I've built it. I may use the --onefile flag or something to ensure the output is a single exe file. Then, everything that isn't imported into the executable needs to be copied into the dist directory where the executable is created. I believe I copy generic settings and most of the data directory.
Reply With Quote