Question about golden-spiral-0.0.py script
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
Question about golden-spiral-0.0.py script | Dave Thibault | 17 Nov 00:54 |
Question about golden-spiral-0.0.py script | Owen Cook | 18 Nov 00:15 |
Question about golden-spiral-0.0.py script | Dave Thibault | 18 Nov 17:00 |
Question about golden-spiral-0.0.py script | Ofnuts | 19 Nov 00:20 |
Question about golden-spiral-0.0.py script | Dave Thibault | 19 Nov 05:31 |
Question about golden-spiral-0.0.py script | rich2005 | 18 Nov 09:04 |
Question about golden-spiral-0.0.py script | Dave Thibault | 18 Nov 18:08 |
Question about golden-spiral-0.0.py script
Hi,
I've got GIMP 2.8 on OSX Mavericks and I'm trying to use this script:
http://sourceforge.net/projects/gimp-path-tools/files/scripts/golden-spiral-0.0.py/download
I've tried putting it in /Users/myusername/Library/Application Support/GIMP/2.8/scripts and in /Users/myusername/Library/Application Support/GIMP/2.8/plugins. I have verified that both of those paths are set in the GIMP Prefeferences/Scripts and /Plug-ins settings. Either way, I get no errors when starting GIMP and I can't find the menu options to use the golden spiral in GIMP. Am I doing something wrong?
Thanks, Dave
Question about golden-spiral-0.0.py script
I don't know about OSX, but the python script needs python support, you have python installed?
In the unix world, the script needs to be executable, is this the case for you?
Python scripts go in the users plug-ins subdirectory, not in scripts
Owen
Sent: Monday, November 17, 2014 at 11:54 AM From: "Dave Thibault"
To: gimp-user-list@gnome.org
Subject: [Gimp-user] Question about golden-spiral-0.0.py scriptHi,
I've got GIMP 2.8 on OSX Mavericks and I'm trying to use this script:
http://sourceforge.net/projects/gimp-path-tools/files/scripts/golden-spiral-0.0.py/download
I've tried putting it in /Users/myusername/Library/Application Support/GIMP/2.8/scripts and in /Users/myusername/Library/Application Support/GIMP/2.8/plugins. I have verified that both of those paths are set in the GIMP Prefeferences/Scripts and /Plug-ins settings. Either way, I get no errors when starting GIMP and I can't find the menu options to use the golden spiral in GIMP. Am I doing something wrong?
Thanks, Dave
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
Question about golden-spiral-0.0.py script
Hi,
I've got GIMP 2.8 on OSX Mavericks and I'm trying to use this script:
http://sourceforge.net/projects/gimp-path-tools/files/scripts/golden-spiral-0.0.py/download
I've tried putting it in /Users/myusername/Library/Application Support/GIMP/2.8/scripts and in /Users/myusername/Library/Application Support/GIMP/2.8/plugins. I have verified that both of those paths are set
in the GIMP Prefeferences/Scripts and /Plug-ins settings. Either way, I
get no errors when starting GIMP and I can't find the menu options to use
the golden spiral in GIMP. Am I doing something wrong?Thanks, Dave
I am sure ofnuts will be along soon
but on a more general basis, applicable for any plug-in.
Have you made the plug-in executable?
After a Gimp restart, does it show in Help -> Plugin Browser (enter golden in the search box)
If it is not there then it is wrong-place/not-working
Working and that tells me it is in the selection menu.
And indeed it is there and works here PCLinuxOS and Gimp 2.8.14
Question about golden-spiral-0.0.py script
Owen,
Thanks for the response. I have python installed:
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
and I have the script executable:
-rwxr-x--x@ 1 username staff 7980 Nov 14 22:41 golden-spiral-0.0.py
I could just be looking for it in the wrong place. The documentation states that it shows up under "/Select". However, I can't find it under the Image menu or the select menu. Please advise.
Thanks,
Dave
On Mon, Nov 17, 2014 at 4:15 PM, Owen Cook wrote:
I don't know about OSX, but the python script needs python support, you have python installed?
In the unix world, the script needs to be executable, is this the case for you?
Python scripts go in the users plug-ins subdirectory, not in scripts
Owen
Sent: Monday, November 17, 2014 at 11:54 AM From: "Dave Thibault"
To: gimp-user-list@gnome.org
Subject: [Gimp-user] Question about golden-spiral-0.0.py scriptHi,
I've got GIMP 2.8 on OSX Mavericks and I'm trying to use this script:
http://sourceforge.net/projects/gimp-path-tools/files/scripts/golden-spiral-0.0.py/download
I've tried putting it in /Users/myusername/Library/Application Support/GIMP/2.8/scripts and in /Users/myusername/Library/Application Support/GIMP/2.8/plugins. I have verified that both of those paths are
set
in the GIMP Prefeferences/Scripts and /Plug-ins settings. Either way, I get no errors when starting GIMP and I can't find the menu options to use the golden spiral in GIMP. Am I doing something wrong?
Thanks, Dave
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
Peace, Dave Thibault Fine Art--inspired by light and perspective http://thibaultfineart.com Subscribe to my mailing list for free downloads, special offers, and other great content!
Question about golden-spiral-0.0.py script
Rich,
Thanks for the reply.
I have made the plugin executable. After GIMP restart, I can't find it in Plugin Browser. If I search for "golden" all I find is the Golden Rule Guide that I also installed and it is showing up in GIMP and working properly. I don't see the golden spiral at all by searching in the plugin browser.
That does lead to a different question, though. Should this be in the scripts folder or the plugins folder?
Thanks, Dave
On Tue, Nov 18, 2014 at 1:04 AM, rich2005 wrote:
Hi,
I've got GIMP 2.8 on OSX Mavericks and I'm trying to use this script:
http://sourceforge.net/projects/gimp-path-tools/files/scripts/golden-spiral-0.0.py/download
I've tried putting it in /Users/myusername/Library/Application Support/GIMP/2.8/scripts and in /Users/myusername/Library/Application Support/GIMP/2.8/plugins. I have verified that both of those paths are set
in the GIMP Prefeferences/Scripts and /Plug-ins settings. Either way, I
get no errors when starting GIMP and I can't find the menu options to use
the golden spiral in GIMP. Am I doing something wrong?Thanks, Dave
I am sure ofnuts will be along soon
but on a more general basis, applicable for any plug-in.
Have you made the plug-in executable?
After a Gimp restart, does it show in Help -> Plugin Browser (enter golden in
the search box)If it is not there then it is wrong-place/not-working
Working and that tells me it is in the selection menu.
And indeed it is there and works here PCLinuxOS and Gimp 2.8.14
-- rich2005 (via www.gimpusers.com/forums) _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
Peace, Dave Thibault Fine Art--inspired by light and perspective http://thibaultfineart.com Subscribe to my mailing list for free downloads, special offers, and other great content!
Question about golden-spiral-0.0.py script
On 18/11/14 18:00, Dave Thibault wrote:
Owen,
Thanks for the response. I have python installed:
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
and I have the script executable:
-rwxr-x--x@ 1 username staff 7980 Nov 14 22:41 golden-spiral-0.0.py
I could just be looking for it in the wrong place. The documentation states that it shows up under "/Select". However, I can't find it under the Image menu or the select menu. Please advise.
The plugin should be made executable, in one of the plugins directories (check Edit>Preferences>Folders>Plugins to see where they are).
It should be at the bottom of the Select menu of any image window, and appear in the plugin and procedure browsers (but you have already checked this). You can try to start Gimp from a terminal (if this can be done on OSX). If the plugin doesn't register you will likely see an error message in the terminal window. A frequent cause of problem is editing the plugin, and unknowingly altering the indentation. This causes Python syntax errors that make the registration fail (in case of doubt, download a fresh version).
Question about golden-spiral-0.0.py script
OK, it works now. It was a combination of both not being executable AND having it in the scripts folder instead of the plug-ins folder. I had tried both folders but before it was suggested to make them executable.
Thanks, all! Dave
On Tue, Nov 18, 2014 at 4:20 PM, Ofnuts wrote:
On 18/11/14 18:00, Dave Thibault wrote:
Owen,
Thanks for the response. I have python installed:
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
and I have the script executable:
-rwxr-x--x@ 1 username staff 7980 Nov 14 22:41 golden-spiral-0.0.py
I could just be looking for it in the wrong place. The documentation states that it shows up under "/Select". However, I can't find it under the Image menu or the select menu. Please advise.
The plugin should be made executable, in one of the plugins directories (check Edit>Preferences>Folders>Plugins to see where they are).
It should be at the bottom of the Select menu of any image window, and appear in the plugin and procedure browsers (but you have already checked this). You can try to start Gimp from a terminal (if this can be done on OSX). If the plugin doesn't register you will likely see an error message in the terminal window. A frequent cause of problem is editing the plugin, and unknowingly altering the indentation. This causes Python syntax errors that make the registration fail (in case of doubt, download a fresh version).
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
Peace, Dave Thibault Fine Art--inspired by light and perspective http://thibaultfineart.com Subscribe to my mailing list for free downloads, special offers, and other great content!