On May15, 10:01pm, mdipierro <[email protected]> wrote: > On May 15, 1:51 am, weheh <[email protected]> wrote: > > > Iceberg mentions: > > > On May 7, 10:12 am, Iceberg <[email protected]> wrote: > > > > So the following trick might be worth looking at. I build another > > > web2py.exe by py2exe, to hide the web2py.exe 's console when running. > > > In this way, it runs almost like a background service, yet you can > > > still control the web2py running instance by its icon in systray. Good > > > enough for most cases. > > > and yet it seems that > > web2py.exe -a "blah" -i ip.addr -p 8080 > > > does the trick of starting web2py without the console. So do I really > > need py2exe any more? > > Not sure why you ever needed py2exe. That is for building windows > binaries and I do that for you.
We need to clarify what we mean about the word "console". If you just don't want to see the Tk interface of web2py, yes, just "web2py.exe -a blah" is all you need. But what I mean is to even hide the so-called "black dos window". The above way is not enough for this purpose. That is why I have to use py2exe to rebuild web2py.exe, with some trick mentioned in my old post here: http://groups.google.com/group/web2py/msg/1f0f89ccbc137490 I can provide my web2py_without_console.exe for your test, if you still do not understand what I mean. Anyway, if Weheh can get web2py_win.zip work as a service, it is a great breakthrough! Can't wait to see the how-to! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

