Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for a more recent version of pscript #714

Open
Konubinix opened this issue Nov 9, 2021 · 0 comments
Open

Need for a more recent version of pscript #714

Konubinix opened this issue Nov 9, 2021 · 0 comments

Comments

@Konubinix
Copy link
Contributor

Konubinix commented Nov 9, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant