if you are on windows, and start default web2py (no options) it will start whatever windows thinks is the browser. if you start from the command line with anything, no browser should be started,
e.g. (from sources); $ python we2py.py -a 'hello' or (from binary, windows): C:> web2py.exe -a 'hello' etc. It can be any web2py option, I think - you can list the availablel options with '-h' or '--help' On Tue, May 12, 2009 at 11:45 AM, Jason Brower <[email protected]> wrote: > > Is there a way to start a different browser then what ever it picks? > Even deeper, can I simple not have the webbrowser turn on? > -- > Jason > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

