flexx
flexx copied to clipboard
Need for a more recent version of pscript
It looks like flexx now needs at least pscript 0.7.6.
After updating flexx to 0.8.3, pscript was not updated because I already had the version 0.7.5. The browser complained that the javascript was not syntatically correct.
Uncaught SyntaxError: missing ) after argument list flexx-core.js:1663
Installing manually pscript 0.7.6 was enough to solve the issue.
I did not take the time to investigate the matrix of different versions of flexx and pscript, but so far I have seen this by testing with python3.8 and python 3.9.
- flexx 0.8.3, pscript 0.7.6 -> OK
- flexx 0.8.2, pscript 0.7.6 -> KO
- flexx 0.8.3, pscript 0.7.5 -> KO
- flexx 0.8.2, pscript 0.7.5 -> OK