[web2py] unable to install application KPAX

2014-04-10 Thread Rufus
I tried to load the KPAX2 example app from:

https://github.com/mdipierro/web2py-appliances/blob/master/KPax2/web2py.app.KPax2.w2p

and I it kept telling me:

unable to install application KPAX

I don't know where to look for further details about WHY?

Rufus

(I tried loading it to PythonAnywhere as well as a local running web2py.)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Unable to install application kpax

2011-07-21 Thread neilrobau2
Following the web2py book, chapter 03 Overview, I try to install KPAX
via the Admin page.
Admin show version 1.97.1.

Under upload and install packed application I provide URL
http://web2py.com/appliances/default/download/app.source.221663266939.tar
as in the book - I get Unable to install apllication kpax.

If I download web2py.app.kpax_cms.w2p, and supply that file in the
Upload a Package field, I get the same message.

I can view the source file applications\admin\controllers\default.py
and see where app_install is called and that error message is
produced, but grep in the web2py and contained directories for
app_install does not show me the definition of app_install.

Any ideas?