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

importing secrets library stop output on console #358

Open
arturotramontini opened this issue Jun 4, 2022 · 2 comments
Open

importing secrets library stop output on console #358

arturotramontini opened this issue Jun 4, 2022 · 2 comments

Comments

@arturotramontini
Copy link

arturotramontini commented Jun 4, 2022

No description provided.

@arturotramontini
Copy link
Author

try removing comment to import secrets

#import secrets
import math

println(math.sin(1))
println("TEST")

@villares
Copy link

villares commented Jun 7, 2022

Hi @arturotramontini !

I'm afraid you stumbled upon two different issues 😭

Processing 4 beta is not working well yet with Python mode, it often fails horribly and silently, like when you try import secrets. 😕

The other problem is, there is no secrets module in Jython 2.7 and Processing Python mode is based on Jython 2.7, so even if you try it on Processing 3.5.4 it won't work 😢 (but at least it will give you an error message).

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

2 participants