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

file not found

Open Badgering opened this issue 3 years ago • 2 comments

Processing 4.0b8 is looking for a file in my C:, it is there and I can run it Processing sketch_220712a states the file "circles_in_circle" does not exist. Is this a local anomaly

Badgering avatar Jul 12 '22 02:07 Badgering

Your sketch folder and .pyde file should be named the same. So circles_in_circle.pyde resides in a folder name circles_in_circle (not sketch_220712a)

Use Processing 3.5.4 for Python Mode (the are issues with the current Processing 4 release and Python Mode).

tabreturn avatar Jul 12 '22 04:07 tabreturn

Thank you, have adjusted to suit and will be aware of the problem.

On Tue, Jul 12, 2022 at 2:09 PM tabreturn @.***> wrote:

Your sketch folder and .pyde file should be named the same. So circles_in_circle.pyde resides in a folder name circles_in_circle (not sketch_220712a)

Use Processing 3.5.4 for Python Mode (the are issues with the current Processing 4 release and Python Mode).

— Reply to this email directly, view it on GitHub https://github.com/jdf/Processing.py-Bugs/issues/362#issuecomment-1181291323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVK3BOPKFN7IOVFU7XFEALVTTVX7ANCNFSM53JMRAMA . You are receiving this because you authored the thread.Message ID: @.***>

-- *I.H.McGuigan *

Badgering avatar Jul 12 '22 04:07 Badgering