RE: [otb-users] Windows : install OTB with Python

2018-05-28 Thread Poughon Victor
2018 10:30 À : otb-users <otb-users@googlegroups.com> Objet : Re: [otb-users] Windows : install OTB with Python Hi Victor, Thank you very much for your reply, You are right, I haven't got the OTB installation path when I type : print(sys.path). So, I do : sys.path.append('C:\\Users\\asi\\Dow

Re: [otb-users] Windows : install OTB with Python

2018-05-28 Thread swiky aquilla
Hi Victor, Thank you very much for your reply, You are right, I haven't got the OTB installation path when I type : print(sys.path). So, I do : sys.path.append('C:\\Users\\asi\\Downloads\\OTB-6.4.0-Win64\\lib') sys.path.append('C:\\Users\\asi\\Downloads\\OTB-6.4.0-Win64\\bin') sys.path.append(

RE: [otb-users] Windows : install OTB with Python

2018-05-25 Thread Poughon Victor
Hi and sorry for the late reply, This error is typically a problem of PYTHONPATH. Can you type: print(sys.path) in your notebook and check that the OTB installation path is there? If not, make sure that you are setting it correctly when launching the notebook. Just having the export line in