Switch to full style
Ask all general Gimp related questions here
Post a reply

Re: Python Phrase brush install help needed.

Fri Nov 19, 2010 4:15 pm

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.

Re: Python Phrase brush install help needed.

Fri Nov 19, 2010 4:33 pm

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. :)

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 12:49 am

Have you looked at the Python-Console under Filters Mahvin.That should help you with coding a lot.

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 1:53 am

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).

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 6:41 am

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)

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 7:53 am

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" :(

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 11:08 am

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.

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 12:18 pm

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.

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 3:23 pm

Still trying!

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 3:49 pm

@Molly, try this version works on my win32XP, the script in the attached zip file. :paint

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 4:08 pm

Pogogogo:

It's identical to my updated file.

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 4:43 pm

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....

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 4:53 pm

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 :)

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 5:05 pm

@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

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 5:31 pm

We'll make you a hack yet Molly. lol

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

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 7:03 pm

I downloaded the latest and it still won't work for me! :gaah

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 7:12 pm

@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..

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 7:37 pm

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

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 10:09 pm

I got the error and I looked through my brushes and it's not there.

Re: Python Phrase brush install help needed.

Sat Nov 20, 2010 10:44 pm

Did you try Pogo's attachment? Molly's wasn't working until she got that one.
Post a reply