orange data mining in a django project

Hi, I am working on orange data mining and I would like to be able to work with the powerfull orange data mining in image classification in a django project.

My project is created, orange3 has been installed with pip but the dependancies are not working, eg. as in “from Orange.widgets.data import OWFile”, OWFile is not found

Is there anybody that can help me?

Hello!

Is your problem specific to this import, or are imports of other installed modules also not working?
This would be the first step: make sure you’re installing modules with a pip connected to the same python that you run later.

I don’t know what orange data mining is, but checking Orange Data Mining - Widget Catalog shows me no widget named OWFile. What docs are you using? What version have you installed?

actually what I was trying to do is not possible. I am going to do it in another way.

Thanks anyway