[web2py] Dal & RowsNewbie Question

2017-05-26 Thread Arthur Gilbert
The web2py book - Chapter 6 says:

*DAL Rows* 
is the object returned by a database select. It can be thought of as a list 
of Row rows:


rows = db(db.mytable.myfield != None).select()
 

*Row* contains field values.


for row in rows:
print row.myfield  

Why does my code:

rows = db(db.auth_user.email !=None).select()
for row in rows:
print row.email

print None? 

There are 4 users with email addresses in the auth_user DB

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Deploying on hosted server with cpanel

2017-05-18 Thread Arthur Gilbert
I searched the forum for this and found nothing since 2010.  

Has anyone done it with success more recently.  

If so help would be appreciated.

Thanks.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] 403 Forbidden?

2017-04-21 Thread Arthur Gilbert

Just started web2py.  Going thro' Massimo di Pierro's 5 lectures on you 
tube.  Making good progress, excited about the system and everything 
working well.  BUT, when I went back to it, today, I clicked on Admin (of 
the welcome page) I got a long delay and then "403 FORBIDDEN". The page is 
showing "http://127.0.0.1:8000/admin/default/index; as it should. I am not 
aware of changing anything on my system, I am using xubuntu and Firefox. 
Web2py version 2.14.6-stable+timestamp.2016.05.10.00.21.47.

Please help, 
Thanks.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] wiki demo local variable 'gid' referenced before assignment

2017-03-20 Thread Arthur Gilbert
Just started web2py.
I got the above error at http://127.0.0.1:8000/wikidemo/default/index.
What am I doing wrong?



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.