1

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

Community
  • 1
  • 1
Chandana
  • 11
  • 1
  • Same question. https://stackoverflow.com/questions/5458048/how-to-make-a-python-script-standalone-executable-to-run-without-any-dependency – sinkmanu Mar 08 '18 at 08:08

0 Answers0