On 04/08/2019 10:29, Arun Kumar wrote:
    In python application in scripts folder files are missing then how to
get those files.

That depends on exactly what you mean by "files are missing". If (most likely) the application is trying to import a third party module that you don't have installed, the documentation coming with the application should tell you what to install and where to get it from.

If files are genuinely missing from the script folder (wherever/whatever that is), contact the author of the application.

If all else fails, read the documentation ;-)

--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to