i'm facing a problem with python , after i created my script , there is some library i download it and i install it in my ubuntu and i used in my script , now if i give the script to client or any other user maybe he don't know what libraries are there and how to install it , i want an idea to create install.py this file should install all libraries that script need it , is it possible ?
also other question , if i use PYQT is there any way to convert all script to one executable file for mac and windows and linux even they did not install QT ??
Thanks advance .
Fahad