Relative Content

Tag Archive for pythonbatch-filemodulenotfounderror

Running a python file in batch mode with module zeep

I need to run a python file in .bat mode. This file contains the zeep module and basically at the beginning of the file I import the zeep module and launch the file in run command of visual studio code where it is successfully executed. However, if I launch the bat file it gives me an error when importing the zeep module: