[Gimp-user] bit of a n00b question but...

2013-09-02 Thread JjStAr
I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
works fine though. Can anyone help me?

Thx in advance

JjStAr

-- 
JjStAr (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


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread Partha Bagchi
Do you see Python in the Filters menu item? It should be right above
Script-Fu . If you don't then your Gimp does not support Python.


On Mon, Sep 2, 2013 at 3:12 AM, JjStAr for...@gimpusers.com wrote:

 I'm on Mac OS X Snow Leopard 10.6.8. And I KNOW I'm putting is the Python
 folder.

 --
 JjStAr (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

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread Michael Schumacher
On 02.09.2013 08:10, JjStAr wrote:
 I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
 works fine though. Can anyone help me?

Are the Python files set to be executable?

  chmod u+x

on a command line (I guess OS X supports this command?), and I'd assume
that there is a checkbox somwhere in the UI.


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread Jernej Simončič
On Mon, 02 Sep 2013 09:12:47 +0200, JjStAr wrote:

 I'm on Mac OS X Snow Leopard 10.6.8. And I KNOW I'm putting is the Python
 folder.

You should be putting them in the plug-ins folder.

-- 
 Jernej Simončič  http://eternallybored.org/ 

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread scl

On  02.09.2013 at 08:22 P.M., Partha Bagchi wrote:

Do you see Python in the Filters menu item? It should be right above
Script-Fu . If you don't then your Gimp does not support Python.


+1
This is in particular the case if one downloaded the first OS X item
on gimp.org/downloads, which is GIMP 2.8.4 without Python.
Try [Partha's Mac 64-bit build] instead or - in case you have an old 
MacBook with only 32 bit processors - the 32 bit build for Snow Leopard

from the [GIMP on OS X website].

Kind regards,

Sven


[Partha's Mac 64-bit build]: 
http://www.partha.com/downloads/Gimp-2.8.app.zip

[GIMP on OS X website]: http://gimp.lisanet.de/Website/Download.html


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread scl

On  02.09.2013 at 08:26 P.M., Michael Schumacher wrote:


Are the Python files set to be executable?

   chmod u+x

on a command line (I guess OS X supports this command?)

Yes, that works in general on OS X.

 and I'd assume that there is a checkbox somwhere in the UI.

There's a dialog in Finder for this if one right-clicks on that file
and selects 'Information'.
However, one can only grant or revoke read and write permissions there,
no execution permissions. That's different to Linux and Windows file 
managers.


Kind regards,

Sven

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread Gary Aitken
On 09/02/13 00:10, JjStAr wrote:
 I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
 works fine though. Can anyone help me?

I don't know squat about Python, unfortunately.
However, I just tried starting the python console on my system (freebsd) 
and it didn't show up.
As I was starting it from an icon on the desktop, 
I know from past experience that errors often get swallowed 
when an app is started in this manner.
So I started it from a shell window and saw the related errors.

so...

Try starting the gimp from a shell window instead of the normal app launch
method.  Are there any errors?

Gary
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


[Gimp-user] bit of a n00b question but...

2013-09-02 Thread JjStAr
Well... Since this is a school computer, I probably can't fix this. Thanks for
the help though!

-- 
JjStAr (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