Thanks guys!
What I have is a day trading Python program that I launch with the Anaconda Powershell prompt. It reads an Excel parameter file and uses several librairies like ib_insync, talib, math, text_to_speech,...it trades through the IB TWS Python API.
Can pex really find all of these things by itself and package it in just one file?
How will the self-contained executable be launched, and does it need some kind of environment?
Or it's just like clicking a regular .exe file from a directory?
Thank you!
A