Need a bit of help - Compiling Python

Hello simmersz,

I need some help, probably easy for an experienced programmer. I made a very small add-on in Python 3.9 that uses Simconnect. It is a tool that emulates a sextant, for old-fashion navigation with the Sun 7 Stars.

It works fine from within the python shell, but I want to turn this into a stand-alone executable for distribution. I tried using a compiler, but without success. Three issues remain:

  • Make proper reference to Simconnect for the compiler
  • To augment the code with a Simconnect waiting script (…" Connecting"…) until MSFS is running
  • Replace a few hard-coded folder-file locations with a default or custom folder reference

Let me know if you can help!
Thanks