Python scripts
Rhodri James
rhodri at kynesim.co.uk
Mon Aug 5 11:28:11 EDT 2019
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
More information about the Python-list
mailing list