[web2py] Re: module-new file - error when saving

2013-12-02 Thread 黄祥
not sure why it's not work, please try to rename your modules files into 
friendly name. e.g. rental_master.py

then from your controller
import rental_master
def customer():
return rental_master.grid_0(db.customer)


best regards,
stifan

-- 
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/groups/opt_out.


[web2py] Re: module-new file - error when saving

2013-12-02 Thread 98ujko9
Found the problem, it is my ignorance. Names that start with digits aren't 
valid identifiers. Thanks. I am new to all this.

On Monday, December 2, 2013 8:03:43 PM UTC-5, 黄祥 wrote:

 not sure why it's not work, please try to rename your modules files into 
 friendly name. e.g. rental_master.py

 then from your controller
 import rental_master
 def customer():
 return rental_master.grid_0(db.customer)


 best regards,
 stifan


-- 
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/groups/opt_out.