On Thursday, March 24, 2022 at 3:21:01 AM UTC-7 Massimiliano wrote:

> This could be one problem:
>
> for i in range((max_row_lines - extra_colspan) / colspan):
>
> there are many of this. 
>
> *range* take an integer, but a division in python3 return a float...
>
>
Interesting, but why doesn't the exception occur in the quoted line with 
the range statement?

The stack trace suggests it occurs after the for loop completes.

(I' also dizzy from the number of places where self.structured fields get 
redone by enumerating itself)

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/6983bf12-0a5e-444b-9066-5c86e553730dn%40googlegroups.com.

Reply via email to