127.0.0.1.2022-05-12.16-13-34.312f7acc-fcaf-4e3b-baff-b070321e1706
web2py™ | Version 2.22.3-stable+timestamp.2022.02.15.15.14.38 |
---|---|
Python | Python 3.8.3rc1: C:\Users\convidado\AppData\Local\Programs\Python\Python38-32\python.exe (prefix: C:\Users\convidado\AppData\Local\Programs\Python\Python38-32) |
1. |
Traceback (most recent call last): |
Hello
Just trying to teach someone some web2py stuff from the web2py book and i got stuck at the beginning.My friend computer returns this error.The same code in my pc is okdef first():form = SQLFORM.factory(Field('visitor_name',label='what is your name?',requires=IS_NOT_EMPTY()))any help ?Regards
On Thursday, May 12, 2022 at 8:26:17 AM UTC-7 Ramos wrote:Hello
Just trying to teach someone some web2py stuff from the web2py book and i got stuck at the beginning.My friend computer returns this error.The same code in my pc is okdef first():form = SQLFORM.factory(Field('visitor_name',label='what is your name?',requires=IS_NOT_EMPTY()))any help ?RegardsWithout more clues, the first thing I'd check is that both machines are using the same version of Python.