very odd, sys.path.append(os.path.dirname(__file__)) sys.path.append(os.path.join(os.path.dirname(__file__),'site- packages'))
are in gaehandler.py On Aug 28, 12:12 pm, Jurgis Pralgauskis <[email protected]> wrote: > Hello, > > if I try to import module from > web2py/site-packages in GAE env , > it can't find it > > but if I copy it to web2py/ (root) , it is found ok.

