I'm trying to install an existing application from source code I pulled off of bitbucket: http://bitbucket.org/hc/w2popenid/get/3fc7570ecc85.zip
Guess I'm not clear on the process. Is it enough to unzip the source into a directory under ../web2py/applications/ ? I did that, and the application show up in the installed applications of my site, but it doesn't work - keep on getting an internal error with unrecoverable ticket whenever I try to edit. I tried to compile as well, but it says "Cannot compile: there are errors in your app:" I don't know if I'm dealing with an install or an app issue? The admin interface offers an option of uploading 'packed' applications- So if I wanted to pack this source from the command line, would I just tar/zip it and add an .w2p extension? Sorry if this has been covered before- I can't seem to find any good information on this.

