Hello,

I want to install a module and use it with local_import since I am
convinced that local_import is a one cool way of extending
functionality of web2py.

I kinda want to find a lazy way to install new modules to an web2py
application. So I tryed:

python setup.py install --prefix="[web2py path]/application/myapp/
modules"

And the instruction put the module in the newly created directory
'myapp/modules/Lib'. And local_import, naturally, failed. I want to
know whether the setuptool can be used or not for local_import-able
module. Thank you.

Reply via email to