I have installed the pyodbc, and numpy in an interpreter for the project as shown from my home computer
I tried zipping the pycharm project in hopes that I could run it with a different computer with pycharm (without needing to install the module[since the school proxy blocks pycharm access to internet]).
I wonder if it is possible. I tried it with my friend, as I asked him to run it with the interpreter from my zip folder \venv\scripts\python.exe. He sent me this error
Note: I'm using python 3.7, idk if he just accidentally selected 2.7.
My question is, Is there a way to distribute my project without receivers/classmates needing to download the package into their pycharm provided that I have the modules installed in the interpreter as show in this directory