I try to create project in Python, which is composed of GAE, Django and Orange library. When I create this project without Orange there is no problem to run it. But when I attach that library to project i get message
ImportError: No module named orange
I try to add sources to my project directory but it also doesn’t work. I try to create project in Eclipse and in PyCharm – still the same error. But, when I write instruction
from orange import...
intellisense works properly. I would be aprecciate if someone could help me import this lib into my project 🙂
GAE does not support python modules with C extensions. In their own words: