'How to package and export all of your project?
I am a beginner at programming, and I have completed a project based on python 3.8 which uses several libraries, some not included in the default python environment.
When I send the simple file with the .py code and the pictures (icons etc) to my friend, the code does not run, as the libraries are not found. Same if I run it with a different version of python...
I was wondering how to properly pack all my libraries and dependencies in a single file to export? What is the structure to follow for someone to be able to run the code properly with the required libraries all included?
(working on visual studio 2019)
Thank you for your time
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
