[web2py] Re: Windows Service Error

2011-05-20 Thread karl simon
y > > > > On Thursday, May 19, 2011 6:21:42 PM UTC-4, karl simon wrote: > > I am running web2py from source (version 1.90.6) in Windows XP.  I > > currently have win32 extensions for Python installed.  I was able to > > install the windows service successfully, howe

[web2py] Windows Service Error

2011-05-19 Thread karl simon
I am running web2py from source (version 1.90.6) in Windows XP. I currently have win32 extensions for Python installed. I was able to install the windows service successfully, however, when I go to start the windows service using "python web2py.py -W start", the service does not start. The Windo

[web2py] Typo in Official Web2py book

2010-11-18 Thread karl simon
Not sure if this is the place to post this, but, I think there is a typo in the Official Web2py book in chapter 10: http://web2py.com/book/default/chapter/10 In the section labeled "The Ajax Function: {{extend 'layout.html'}} I believe id="name" should be name="name". I tried it with id="na

[web2py] Dynamic Onclick Button Based on Python Return Values

2010-11-04 Thread karl simon
Hello, I'm a new to web2py and web programming, so bear with me if this is a basic question. I'm trying to figure out how to dynamically update a button based on a return value from a python function. Here's a little more background on my project. I'm trying to create an instrument panel that h