This is fine in stable. Thanks for reporting it. It will be fixed in the next commit.
Massimo On Feb 14, 6:29 pm, Miguel Goncalves <[email protected]> wrote: > Hi > > I am trying to setup a new project (using web2py version in trunk) and got > the following error when trying to access the application > /welcome/default/index.html > > INFO 2009-02-15 00:03:12,543 dev_appserver.py] "GET > /welcome/default/index HTTP/1.1" 200 - > DEBUG 2009-02-15 00:03:12,543 dev_appserver_index.py] No need to update > index.yaml > DEBUG 2009-02-15 00:03:16,372 dev_appserver.py] Matched > "/welcome/default/index" to CGI dispatcher with path gaehandler.py > DEBUG 2009-02-15 00:03:16,372 dev_appserver.py] Executing CGI with env: > {'APPLICATION_ID': 'pyamftest', > 'AUTH_DOMAIN': 'gmail.com', > 'CONTENT_LENGTH': '', > 'CONTENT_TYPE': 'application/x-www-form-urlencoded', > 'CURRENT_VERSION_ID': '1.1', > 'GATEWAY_INTERFACE': 'CGI/1.1', > 'HTTP_ACCEPT': '*/*', > 'HTTP_ACCEPT_LANGUAGE': 'en-us', > 'HTTP_CONNECTION': 'Keep-Alive', > 'HTTP_HOST': 'localhost:8080', > 'HTTP_UA_CPU': 'x86', > 'HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET > CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET > CLR 1.1.4322; .NET CLR 3.0. > 4506.2152; .NET CLR 3.5.30729)', > 'PATH_INFO': '/welcome/default/index', > 'PATH_TRANSLATED': 'C:\\Documents and Settings\\mgoncalves\\My > Documents\\Visual Studio > 2008\\Projects\\PureMVC_CSharp_3_0\\VisualMind\\server\\gaehandler.py', > 'QUERY_STRING': '', > 'REMOTE_ADDR': '127.0.0.1', > 'REQUEST_METHOD': 'GET', > 'SCRIPT_NAME': '', > 'SERVER_NAME': 'localhost', > 'SERVER_PORT': '8080', > 'SERVER_PROTOCOL': 'HTTP/1.0', > 'SERVER_SOFTWARE': 'Development/1.0', > 'TZ': 'UTC', > 'USER_EMAIL': ''} > DEBUG 2009-02-15 00:03:16,372 dev_appserver.py] Reusing main() function > of module "gaehandler" > WARNING 2009-02-15 00:03:16,372 cache.py] no cache.disk > ERROR 2009-02-15 00:03:16,388 main.py] Traceback (most recent call last): > File "C:\Documents and Settings\mgoncalves\My Documents\Visual Studio > 2008\Projects\PureMVC_CSharp_3_0\VisualMind\server\gluon\main.py", line 323, > in wsgibase > session._try_store_in_db(request, response) > File "C:\Documents and Settings\mgoncalves\My Documents\Visual Studio > 2008\Projects\PureMVC_CSharp_3_0\VisualMind\server\gluon\globals.py", line > 311, in _try_store_in_db > record_id = table.insert(**dd) > File "C:\Documents and Settings\mgoncalves\My Documents\Visual Studio > 2008\Projects\PureMVC_CSharp_3_0\VisualMind\server\gluon\contrib\gql.py", > line 298, in insert > tmp = self._tableobj(**fields) > File "c:\Program > Files\Google\google_appengine\google\appengine\ext\db\__init__.py", line > 588, in __init__ > prop.__set__(self, value) > File "c:\Program > Files\Google\google_appengine\google\appengine\ext\db\__init__.py", line > 388, in __set__ > value = self.validate(value) > File "c:\Program > Files\Google\google_appengine\google\appengine\ext\db\__init__.py", line > 1900, in validate > (self.name, self.data_type.__name__)) > BadValueError: Property modified_datetime must be a datetime > > Any clue of what I am missing? > Thanks > -Miguel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

