i have file which should require some python packages like request,pyfdt,xlrd .i want to import these packages from know image instead of installing them
ex: main.py
!/usr/bin/python
import requests,pyfdt,xlrd,pysmb .... .... .... end of the code
is it possible to convert python modules to exe file ,i want to deliver that exe file along with main.py file so that user need not to install packages
Python 2.7.3 on linux