The key bit of the error is:
File "C:\web2py\gluon\compileapp.py", line 470, in read_pyc
return marshal.loads(data[marshal_header_size:])
ValueError: bad marshal data (invalid reference)
I have also done a bit more digging and this seems to be caused by PEP 552
and for python 3.7 it appears to be fixed by changing line 470 to return
marshal.loads(data[16:]) - so I think this would need a specific test for
versions 3.7 incorporated - I will raise a bug report.
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.