Skip to content
Advertisement

Tag: vb.net

Trouble running a Python script through VB

The objective is to receive an image path and pass that to a Python program as an argument, then receive the results. This is done through a web app using VB (on the IIS server) and it works perfectly except when I import the python module OpenCV (imported in Python as cv2, more specifically). What’s even more confusing is that

Advertisement