My app is working locally fine with a field defined as
    Field('Q2V','integer'),

then in the controller I have been able to 
    len(Q2V)

but after upload to Google App Engine I am tripping with
    object of type 'long' has no len()

I've been abel to discover that apparently GAE will map Integers to Longs 
for python- um, ok, so how can I measure the length then? Has anyone run 
into this and solved it?

-- 

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

Reply via email to