You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: