[web2py] Internal ip to external access

2012-08-23 Thread Gerald Klein
. The app is not a meeting app but to programmatically allow external access to internal ip cameras on a users internal network. thanks -- Gerald Klein DBA geraldklein.wordpress.com j...@zognet.com 708-599-0352 Arch Awesome, Ranger & Vim the coding triple threat. Linux regist

Re: [web2py] Re: tutorial

2012-05-15 Thread Gerald Klein
OK, This is the post where I make a total fool out of myself, my contrite apologies. I don't know if I had edited it to many times and was just not seeing it. At the end of the day when I read the email and opened the code there it was. I even recoded the previous part and it worked fine. Once

Re: [web2py] Re: tutorial

2012-05-15 Thread Gerald Klein
; http://web2py.com/books/default/chapter/29/3#Let%27s-count). > > def index(): > session.counter = (session.counter or 0) + 1 > return dict(message="Hello from MyApp", counter=session.counter) > > > > > > > On 15 May 2012 17:00, Gerald Klei

[web2py] Re: tutorial

2012-05-15 Thread Gerald Klein
s you give up control of important aspects. It points to a line of code that is in my file and not a dynamically generated platform file. but thanks I will check these suggestions out and see what gives. --jerry On Tuesday, May 15, 2012 7:56:30 AM UTC-5, Gerald Klein wrote: > > I am work

[web2py] tutorial

2012-05-15 Thread Gerald Klein
I am working through the tutorial on the web2py site, checking web2py out and I keep getting errors for things I can't see. Like type 'exceptions.SyntaxError'> non-keyword arg after keyword arg (default.py, line 14) That code does not exist on the page. The prior code is: *def index():**ses