Re: Python scripts in .exe form

2022-08-22 Thread Mona Lee
I didn't create exe files they kind of just appeared I guess? Perhaps somewhere in the process of redownloading my python/visual studio? My situation is similar to this person's description that I found online https://stackoverflow.com/questions/62315149/why-are-my-python-packages-being-installed

Re: Python scripts in .exe form

2022-08-20 Thread Barry
> On 20 Aug 2022, at 14:28, Jim Schwartz wrote: > > What method did you use to create the exe file from your python scripts? If > it was pyinstaller, then it puts the compiled versions of these python > scripts in a windows temp folder when you run them. You’ll be able to get the > scripts

Re: Python scripts in .exe form

2022-08-20 Thread Jim Schwartz
What method did you use to create the exe file from your python scripts? If it was pyinstaller, then it puts the compiled versions of these python scripts in a windows temp folder when you run them. You’ll be able to get the scripts from there. Sent from my iPhone > On Aug 19, 2022, at 9:51