Gimp python script:
Console2 actualizado, nuevo botón para guardar sólo código fuente
Añadido nuevo botón a Python console extended para guardar del texto en la consola solo el código fuente python, todo el texto resultado de la ejecución del código y los prefijos (‘>>> ‘,’… ‘) son eliminados del texto a guardar. Esta versión también corrige un error al pulsar el botón Clear que borraba todo el código y no añadía el prefijo ‘>>> ‘ a la primera línea, lo que producía un error al ejecutar esa primera línea.
I feel like this should be version 2c?
I downloaded a version of 2b that I got to from the GIMP registry. This link: /yoursite/dessign/gimp-python-console-extended-updated/
That file is 10.0 kb and this is 10.3 kb. I was a bit confused by the versions at first, but now that I’ve figured it out I thought I might as well drop you a line about it.
Thanks again lol
Yes, you’re right, i renamed the file to the correct name, thanks for your help
I’m not sure where to place the two files contained in the zip. In the application’s plugin directory or the users plugin directory? Neither place seems to work. I cannot find any other ‘console.py’ file to replace if indeed there is one. Running gimp 2.8.8 on win XP
Regards
Hi Lawrence, you don’t need to delete the console.py original, only copy all files in the zip in any of the folders within the plugins folder, i’ve added a post for explain how to known the plugins folders, http://www.arakne.es/en/dessign/gimp-scripts-python-where-to-install/, the process is for gimp 2.8.6 on windows7
It works now, thank you. These are the standard place to install plugins, and I was using them. But as it turns out, I had two installations of gimp, one being the Gimp-PC-Lab installation by Photocomix. In my preferences I had some cross-pollination in the setup of the plugin preferences, so my default Gimp installation was not seeing the new plugins. This and your other plugins are working fine.