-
-
Notifications
You must be signed in to change notification settings - Fork 68
Python Mode console won't display anything #350
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
Comments
Created by: ChaoticBlack Facing the same issue, has the solution for this problem been found? |
Created by: tabreturn
For now, use Processing 3.5.4 |
Created by: LarryLegend33 Having this same issue -- no errors are making it to the Console, and sketches run while silently failing. |
Created by: WireFr33 Same issue on 4.3 |
Created by: mehmetkukrek same issue on 4.3 |
same issue on 4.3.4 |
Still experiencing this issue today. It's really hard to pinpoint what broke in my code when developing something. |
Hi @derDere, @raelum, and others, Unfortunately, Processing.py was never fully ported to Processing 4, and the Python Mode doesn't have an active maintainer. Processing.py relies on Jython, which only supports Python 2 and seems no longer actively developed. Because of this, there's no straightforward path to supporting Python 3, and we don't expect Python Mode to work reliably in Processing 4. As it stands, options are as follows:
|
And we aspire to get it working in the PDE, perhaps later this year. Currently there is a nice plugin for Thonny, which can provide a PDE-like experience. https://abav.lugaralgum.com/como-instalar-py5/index-EN.html There are lots of resources available to assist you getting started with py5. Also you can ask questions on GitHub discussions or in the py5 category of the Processing Discourse forum. |
Uh oh!
There was an error while loading. Please reload this page.
Created by: tabreturn
Description
I'm logging this issue here in response to @benfry's request: https://github.com/jdf/processing.py/issues/390#issuecomment-1013791048
The Processing 4 PDE isn't displaying any errors/warnings/print lines in the console using Python Mode --
Expected Behavior / Current Behavior
Errors/warnings/print lines should display in the console in Python Mode, but they don't.
Steps to Reproduce / Your Environment
I'm using a version of Processing.py that I built for 4.0a4: https://github.com/tabreturn/processing.py-for-processing-4
I cannot build with the 4.0b3 source, but possibly because I've forgotten how to do it properly. Perhaps somebody could provide advice on how to build Python Mode for 4.0b3; then, I can update the build instructions in the Processing.py repo?
System Info
The text was updated successfully, but these errors were encountered: