-
Is this a known problem or is it a problem with my system? def settings():
size(200,200,P2D) Error msg: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
Python envs can and will sometimes break and it is usually impossible to
fix them. You should always be prepared to rebuild them from scratch. In
professional settings people have several envs for different projects, so
that it becomes easier to dump and rebuild a broken one.
Thonny can make new envs and you can switch between them either from the
interpreter tab at the preferences or clicking at the status bar on the
bottom right.

I think that getting a pristine Thonny install and env is the only way of
tackling this issue.
I'm afraid I should be working on my PhD thesis... I'll try to avoid this
discussion for a while. Good luck!
|
Beta Was this translation helpful? Give feedback.
No, it has nothing to do with Thonny. You've mixed py5 source code from two different library versions.
The name change was from a recent Processing release.