jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Python mode not working on Windows 10 #309

Closed UygarBB closed 3 years ago

UygarBB commented 3 years ago

I started learning Python and I am trying to have fun by both developing and visualizing it. Although Java mode worked fine, Python mode just didn't work. Nothing appears when I press run. I increased the memory of the program to almost 4 GB, again it did not happen. I formatted my computer and tried again with no virus system installed. But it still didn't happen. I wonder if windows is preventing the program from opening another window? I did not know. I would very much like to use the Processing program to improve my Python skills. Please help me. Thanks.

UygarBB commented 3 years ago

I get the following error message:

C:\Users\uygar\Documents\Processing\modes\PythonMode\formatter\pep8.py:100: FutureWarning: Possible nested set at position 1 EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')

UygarBB commented 3 years ago

I think I found the solution. i changed the language of windows from turkish to english and python mode worked. I think the language must be English for the python mode to work. I'm writing here, maybe for someone else's benefit.