简体   繁体   中英

In which directory are the files for Python mode in Processing 3.0.1 are living?

I'm using Processing 3.0.1 on Windows 10. I have installed Python mode. As I understand Python mode in Processing 3.0.1 uses Jython 2.7.x. Can some one tell me in which directory I can find the Python/Jython stuff?

Kind regards

Klaus

Look in the Processing sketchbook directory . You can find the location of this directory by going to File -> Preferences , and looking at the sketchbook location setting at the top.

In your sketchbook directory, you should see a modes directory, and in that you'll find a PythonMode directory. The jython.jar file is in the mode directory.

For example, my jython.jar file is located at C:\\Users\\Kevin\\Documents\\Processing3\\modes\\PythonMode\\mode\\jython.jar .

You could also just search your computer for jython .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM