It is currently Thu Jul 04, 2024 4:25 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 74 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Fri Nov 19, 2010 4:15 pm  (#41) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
You realize you can edit the files and rename them, right? Yes, a hassle, I know.

I wish I knew gimp python better than I do. Unfortunately there isn't a book that goes into great detail.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Fri Nov 19, 2010 4:33 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Yes i know, but again, the script kaputs when I use non-filename characters (like the :) smiley). Using the static file name overcomes that issue. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 12:49 am  (#43) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Have you looked at the Python-Console under Filters Mahvin.That should help you with coding a lot.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 1:53 am  (#44) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
My biggest problem is not knowing enough. I know just enough to be dangerous and obliterate plug-ins (thank goodness you can always start all over with a fresh copy). I've been looking at smaller Python plug-ins to de-construct them with the hope I learn something (I usually do). The console helps me see my mistakes, saves me time by pointing out where the mistakes are, but some burps of code still elude me (like found in scanlines.py).

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 6:41 am  (#45) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Didn't Rod say he got the original phrase_brush.py working in his Windows XP?

Molly, you may not need this updated file. Have you tried using the original? (I'm too lazy to scroll back through the posts)

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 7:53 am  (#46) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Yes mahvin. The first one I put in was the original, then I put in the two you made. The last one was the win7 64 bit and that is the one I got the farthest with. It shows in my file > Create> New brush, and it also shows in Gimp > help, plugins. BUT, I get the error that it isn't recognized in the brushes...... go figure....it is what you call "the Molly curse" :(

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 11:08 am  (#47) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
It's the Molly and Photomaster curse! I get the same error that you are getting! The "exact" same error message!!

EDIT: I also noticed in both Molly's error message and mine, that several of the "\" show up in the error message as "/"! I think this is some indication, but don't yet know about python programming.

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 12:18 pm  (#48) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Oooooooo, I am not glad you are having this prob PM, but I am glad that I am not the only one. I have Mahvin running around circles trying to help. If you get it solved, pleeeeeze let me know how you did it..... thanx.

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 3:23 pm  (#49) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
Still trying!

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 3:49 pm  (#50) 
Offline
GimpChat Member
User avatar

Joined: Apr 22, 2010
Posts: 123
@Molly, try this version works on my win32XP, the script in the attached zip file. :paint


Attachments:
phrase_brush.zip [1.49 KiB]
Downloaded 92 times

_________________
Image
Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 4:08 pm  (#51) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Pogogogo:

It's identical to my updated file.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 4:43 pm  (#52) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
thanks pogo. I downloaded your plugin, took the one out I had, put yours in the plugin folder. It shows up. I went File > create then I used the default. I didn't get any error, BUT I didn't get any text either. It looked like it was going to work cuz the bar went across then nothing...... Maybe I don't know how to use it....

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 4:53 pm  (#53) 
Offline
GimpChat Member
User avatar

Joined: Apr 22, 2010
Posts: 123
Yes mahvin, I changed one line of code, thank you very much for the code, Thanks for the link Lylejk :seeya
@molly check if you have a new brush :)

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 5:05 pm  (#54) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
@Pogo I have it working now. I didn't know you had to go to your brushes to find it until "O" told me.... I wouldn't have looked there in a hundred years...... WOO HOO. thank you so much...

@Mahvin thank you for your patience with me.... I can be trying at times when things don't work. lolImage

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 5:31 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
We'll make you a hack yet Molly. lol

Glad you got it to work. Fantastic plugin for sure. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 7:03 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
I downloaded the latest and it still won't work for me! :gaah

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 7:12 pm  (#57) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
@PM, Did you get an error, or did it just not work.... If you didn't get an error then you will find it in your brushes folder. just look for the first letter of you sentence...that is your brush..

_________________
Image


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 7:37 pm  (#58) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
PhotoMaster wrote:
I downloaded the latest and it still won't work for me! :gaah
It's hiding from you in the brushes dialog. Look for the first letter of your phrase in the brushes. It's listed alphabetically.

Here's a screen shot of Oregonian in there.
Image

Find it and click your Paintbrush. You can use a gradient with it if you want.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 10:09 pm  (#59) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
I got the error and I looked through my brushes and it's not there.

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: Python Phrase brush install help needed.
PostPosted: Sat Nov 20, 2010 10:44 pm  (#60) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Did you try Pogo's attachment? Molly's wasn't working until she got that one.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
Post new topic Reply to topic  [ 74 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) I was able to install Gimp with Python-Fu ( SOLVED )

2

No new posts Attachment(s) UPDATE - I was able to install Gimp with Python-Fu ( SOLVED )

0

No new posts GIMP 2.10 doesn't install my python plug-ins

1

No new posts Attachment(s) GTK help needed text in black needed

5

No new posts Convert GIMP plugin from Python 2 to Python 3

4



* Login  



Powered by phpBB3 © phpBB Group