Hi axartico,

This is a know issue and a workaround has been posted in the issue
tracker: http://code.google.com/p/googleappengine/issues/detail?id=710

Cheers,

Jeff

On Sep 19, 8:15 am, axartico <[EMAIL PROTECTED]> wrote:
> i have found a problem in Development Console with Datastore Viewer.
>
> This Entity works fine with vers. 1.1.2
>
> class assiste(db.Expando):
>   luogo = db.StringProperty()
>   tempo = db.FloatProperty()
>
> but with  vers. 1.1.3 it give this error
>
> Traceback (most recent call last):
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\ext\webapp\__init__.py", line 496,
> in __call__
>     handler.get(*groups)
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\ext\admin\__init__.py", line 558,
> in get
>     'kinds': self.get_kinds(),
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\ext\admin\__init__.py", line 485,
> in get_kinds
>     schema = datastore_admin.GetSchema()
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\api\datastore_admin.py", line 58,
> in GetSchema
>     _Call('GetSchema', req, resp)
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\api\datastore_admin.py", line 124,
> in _Call
>     apiproxy_stub_map.MakeSyncCall('datastore_v3', call, req, resp)
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\api\apiproxy_stub_map.py", line 46,
> in MakeSyncCall
>     stub.MakeSyncCall(service, call, request, response)
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\api\datastore_file_stub.py", line
> 263, in MakeSyncCall
>     (getattr(self, "_Dynamic_" + call))(request, response)
>   File "C:\Attivita2002\Access_programmazione\Python\Esempi
> \google_appengine\google\appengine\api\datastore_file_stub.py", line
> 626, in _Dynamic_GetSchema
>     value_pb.set_doublevalue(float('-inf'))
> ValueError: invalid literal for float(): -inf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to