On Mon, Oct 5, 2009 at 15:22, don <pil...@gmail.com> wrote:
>
> What I would like is to not 'see the man behind the curtain',
> that is the server.
>
> I know that he is going to be there, somewhere, but I don't
> want the user to be aware of the server's existence - and that
> includes using a Windows service.  Ideally, I would like the
> application to be a 'portable application'.
>
> I wonder if the server could be 'glued' on to the back of the
> application/browser?  Assuming something like pyjamas desktop,
> webkit + pyqt or Prism then could a web-like desktop app be
> created as a single executable?
>
> This maybe what Richard did when he 'embedded web2py in a
> desktop app'?

It depends on how you will distribute your application.
My mother uses a system based on web2py and I've created a shell script to:
- kill any web2py.py process
- start a new web2py.py process
- open firefox in http://localhost:8000/myapp
- kill process when firefox is closed (just add kill command after
firefox command)

I've created a desktop icon for this shell script and it works fine!

So, it depends on your scenario.

> Don.
>
>
> 
-- 
 Álvaro Justen
 Peta5 - Telecomunicações e Software Livre
 21 3021-6001 / 9898-0141
 http://www.peta5.com.br/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to