[PyInstaller] Re: pyinstaller interactive python console

2021-03-15 Thread Bachir Aoun
just fyi, what i did to solve the need for now is to read the file and call exec. this is a patch solution hoping that there is one that is more native to pyinstaller. On Sunday, March 14, 2021 at 11:01:08 AM UTC-5 Bachir Aoun wrote: > Hi, > I am trying to create a standalone for a scie

[PyInstaller] pyinstaller interactive python console

2021-03-14 Thread Bachir Aoun
Hi, I am trying to create a standalone for a scientific community package. Scientists are typically facing difficulties installing and compiling the package on their windows machine. (they need to set python path, install visual studio compiler, etc.) I am trying to bundle everything in one