From: Shiki S. <ima...@gm...> - 2021-08-17 08:54:29
|
Hey there. I hope you're having a nice day. :) I have a general question. I'm new to those stuff so don't blame me if I'm being dumb. py2exe is used to run python files on PC's without python, and I took a look at this page: https://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules but I still don't understand. How can I also make it so I can grab packages from pip that are required for my code to run? I have been thinking that packages are basically just files, and I can include them into the files of my project as well, but is that possible? And if so, how? Thanks in advance. :) |