Check out 
http://web2py.com/books/default/chapter/29/14/other-recipes#How-to-distribute-your-applications-as-binaries.

Python modules can go in the site-packages directory (if shared across 
apps) or in the application's /modules folder.

Anthony

On Wednesday, July 16, 2014 11:51:36 AM UTC-4, Latif Masud wrote:
>
> I have developed a web2py application that I want to run as a native 
> windows app. Meaning when they click an icon, it launches a browser and 
> runs the application. I was wondering if there is instructions somewhere on 
> how to do this. Also, I have two local files that I call into my app. Right 
> now, I am appending their paths to the sys.path variable, but I would like 
> to package them with the application. Is there a way I can do that?
>

-- 
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.

Reply via email to