[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 -

[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