Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

Python Mode Display Window not appering

Open firatbatar opened this issue 5 years ago • 15 comments

Hi, When i run code in Python Mode console refreshes but no error or text and nothing comes to screen. I tried same code with Java (and p5) and it worked.

Windows 10 (x64) - Processing 3.5.4 - Python Mode for Processing 3 3063

firatbatar avatar Aug 09 '20 18:08 firatbatar

Could you show us your Processing application and your Processing sketchbook folder paths (C:/ ...something.../Documents/Processing) including user? Can you try disabling your wi-fi/firewall for a few moments?

villares avatar Aug 10 '20 17:08 villares

I tried with disabling wi-fi and firewall but it didn't work. When i first open after disabling them i got this massage: error in start I don't know is it relevant but it didn't happen again.

Processing application path => C:\processing-3.5.4 Processing sketchbook path => C:\Users\Fırat\Documents\Processing

firatbatar avatar Aug 11 '20 15:08 firatbatar

Sorry I don't have a solution :( I don't know where the error logs are kept on Windows. Other people have suggested you try increasing the memory available at the preferences... :-(

villares avatar Aug 12 '20 02:08 villares

I tried increasing the memory but i didn't help. But thanks for trying anyway.

firatbatar avatar Aug 12 '20 14:08 firatbatar

did you get this issue fixed? I have the same error/. everything seems to work in java mode, when i switch to python mode and try to run any existing example, it doesn't work, i don't get any error msg either.

emanouda avatar Nov 06 '20 20:11 emanouda

Hi, I am having the same issue. Java works fine, but in Python nothing happens when I hit run.

elputnam avatar Jan 26 '21 12:01 elputnam

@fleshcircuit I got it fixed by uninstalling everything, reinstall processing and the python mode and make sure that all folders are in the same place. it should work fine.

emanouda avatar Jan 26 '21 13:01 emanouda

@fleshcircuit I got it fixed by uninstalling everything, reinstall processing and the python mode and make sure that all folders are in the same place. it should work fine.

Do you mean processing files by everything or should i reinstall python and java too.

firatbatar avatar Jan 27 '21 07:01 firatbatar

@fleshcircuit I got it fixed by uninstalling everything, reinstall processing and the python mode and make sure that all folders are in the same place. it should work fine.

Do i need python installed? What version should i install? And which java version you use?

firatbatar avatar Jan 27 '21 07:01 firatbatar

Hey people! Do not reinstall system Python or Java, Processing uses its own Java and it's own Python interpreter, Jython. No need to have any previously installed or to mess your system Java or Python!

On Wed, 27 Jan 2021, 04:53 Fırat Batar, [email protected] wrote:

@fleshcircuit https://github.com/fleshcircuit I got it fixed by uninstalling everything, reinstall processing and the python mode and make sure that all folders are in the same place. it should work fine.

Do i need python installed? What version should i install? And which java version you use?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jdf/Processing.py-Bugs/issues/302#issuecomment-768104509, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4GADBTSLSWEXI7IBMYMQTS37A7XANCNFSM4PZJY4NA .

villares avatar Jan 27 '21 11:01 villares

I am also having this issue. I tried the reinstall tip and it did not work :/

apontewill avatar Aug 11 '21 01:08 apontewill

@apontewill -- what version of Processing are you using?

tabreturn avatar Aug 11 '21 09:08 tabreturn

Processing V 4.0b1. I am also on a mac with an M1 chip which is what I think may also be an issue

apontewill avatar Aug 11 '21 14:08 apontewill

Processing V 4.0b1. I am also on a mac with an M1 chip which is what I think may also be an issue

I was experiencing the same issue on Windows 10 with V4.0b1. Python sketches will not launch, Java mode works just fine.

I tried the new experimental build that @villares tweeted about, https://github.com/tabreturn/processing.py-for-processing-4 and got it to work.

Best of luck!

JakeyCake avatar Aug 11 '21 20:08 JakeyCake

I'd add that you can use Processing 3.5.4 for now. (After all, Processing 4.0 is a beta release)

tabreturn avatar Aug 11 '21 20:08 tabreturn