Re: [web2py] Re: routes in windows service not working??

2013-04-12 Thread Stephen Tanner
A lot of valid points however as i stated it is only a 2 line fix. The reason this fix is needed is because of the On Apr 12, 2013 8:53 AM, "Niphlod" wrote: > >> However why call nssm the "best" way to do this but still ship the >> winservice.py file? >> > Because things gets discussed and possi

Re: [web2py] Re: routes in windows service not working??

2013-04-12 Thread Stephen Tanner
Interesting. However why call nssm the "best" way to do this but still ship the winservice.py file? If nssm was truly *the* way to do this then I would think the book (which was just updated) would have removed the section about the winservice.py and only talk about nssm or at least make an effor

Re: [web2py] Re: routes in windows service not working??

2013-04-12 Thread Stephen Tanner
Forgive my lack of knowledge and experience with nssm but how would it help in this situation? On Apr 12, 2013 7:09 AM, "Tim Richardson" wrote: > possibly another reason to use nssm on windows > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups

[web2py] Re: routes in windows service not working??

2013-04-11 Thread Stephen Tanner
I Think I tracked down the issue. In the windows service, it just imports the HttpServer class from main, and then creates one using the options.py for its settings. However, when starting a web2py not as a service, it makes a call to main.py In gluon.main.py we can see that rewrite.load is i

[web2py] Re: routes in windows service not working??

2013-04-10 Thread Stephen Tanner
Did you ever find a solution to this? I am running web2py from source and have everything setup correctly with an options.py and a routes.py but I see the same thing you do. web2py tries to route to welcome but if you force it to reload the routes it defaults to my app On Monday, August 20, 2

[web2py] Re: Change layout from 12 to 6 columns

2012-11-30 Thread Stephen Tanner
columns for 6? On Friday, November 30, 2012 9:36:39 AM UTC-5, Massimo Di Pierro wrote: > > web2py ships with bootstrap.css which is generated from *.less files but > we do not ship the .less files. You would have to do this yourself. > > On Thursday, 29 November 2012 16:29:42 UTC-6,

[web2py] Change layout from 12 to 6 columns

2012-11-30 Thread Stephen Tanner
Now that web2py uses bootstrap for the layout, I should be able to set the number of columns that are used. According to this post on SO ( http://stackoverflow.com/questions/10742082/customizing-the-twitter-bootstrap-default-grid) you should be able to edit the file *variables.less* and add @