OTB error message in Python

Hi,

I am trying to do object-based segmentation of satellite imagery using OTB in Python. I have python 3.5.1 and OTB 7.2.0 installed on my computer. This is how I set up the path and environment for using OTB in python.

While I was testing the OTB application in python, it gives me the following error.

Capture2

Any kind of help would be greatly appreciated. Please help me out by providing some ideas. Thanks in advance.

Hello,

I think the PYTHONPATH variable should be set to "[...]\OTB-7.2.0-Win64\lib\otb\python" instead of "[...]\OTB-7.2.0-Win64\lib\python"

Cédric

Hi Cedric,

Thanks for your reply. There is no folder named python under otb. Python folder is located under lib. Any other suggestions? Please note that it works on my laptop but not on my university computer.

Hi Atiq
may be a quite stupid observation and useless, but seems to me the your PYTHONPATH variable is forerun by a space.
Of course …good luck!!

fz