c++ - How to check for python script requirements on windows -


i have been developing python script few days now, , wanted send final result friend of mine. there way software requirements run program?

the python part relatively easy, can @ import list on script. problem external software requirements.

for example, 1 of python modules i'm using rasterio. not install through conda or pip, until installed visual studios c++ community version. imagine there specific dll file being used. can't tell though.

i make standalone setup.bat file, installs requirements , allows user run program. i'm not 100% sure right of requirements though.

how can these?

you can explicitly check application dependencies using dependency walker here


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -