[pygtk] Where to get gtk.glade

2003-10-22 Thread Shaffer, Chris
I'm trying to use Glade to produce an app, but when I try: import gtk.glade I get an error saying 'no module named glade'. My pygtk apps work fine. What am I missing? Thanks, Chris Shaffer * The information transmitted is intended only for the person or entity to which it is

RE: [pygtk] Where to get gtk.glade

2003-10-22 Thread Shaffer, Chris
, Chris Cc: [EMAIL PROTECTED] Subject: Re: [pygtk] Where to get gtk.glade On Wed, Oct 22, 2003 at 09:33:11AM -0400, Shaffer, Chris wrote: I get an error saying 'no module named glade'. My pygtk apps work fine. What am I missing? You're missing libglade, which is what PyGTK uses to parse glade

[pygtk] Install Problems

2003-09-09 Thread Shaffer, Chris
Title: Install Problems Help!!! I'm having problems installing the latest gnome-python and PyORBit on my mandrake 9.1 box. I have python2.3 installed from src, as well as the latest-greatest pygtk2 (from src). Both work fine (at least with my apps)... When I try and install PyORBit, I get

RE: [pygtk] Install Problems

2003-09-09 Thread Shaffer, Chris
can find them. Thanks, Chris -Original Message- From: James Henstridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:45 AM To: Shaffer, Chris Cc: [EMAIL PROTECTED] Subject: Re: [pygtk] Install Problems On 09/09/03 20:05, Shaffer, Chris wrote: Help!!! I'm having

RE: [pygtk] Install Problems

2003-09-09 Thread Shaffer, Chris
PROTECTED] Sent: Tuesday, September 09, 2003 10:00 AM To: Shaffer, Chris Cc: [EMAIL PROTECTED] Subject: Re: [pygtk] Install Problems On 09/09/03 21:59, Shaffer, Chris wrote: Okay, that worked on PyORBit, but here is the output from running './configure --prefix=/usr/local' in the gnome-python folder

RE: [pygtk] Install Problems

2003-09-09 Thread Shaffer, Chris
.la' and came up with nothing. So, I'm stuck, again... So close, yet so far... Chris -Original Message- From: James Henstridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 10:14 AM To: Shaffer, Chris Cc: [EMAIL PROTECTED] Subject: Re: [pygtk] Install Problems On 09/09/03

[pygtk] Setting the Window Icon

2003-08-15 Thread Shaffer, Chris
How can I set the window icon from a PNG file? I know it will use set_icon(icon), but I get an error message saying that it needs to be of type gtk.gdk.Pixbuf, not string (I tried to pass the file name). Thanks, Chris Shaffer * The information transmitted is intended only for the person

[pygtk] Changing the Stock Buttons

2003-08-14 Thread Shaffer, Chris
Hi... Not really sure if there is an easy way to do this or not. I want to use the STOCK_SAVE_AS button, but I want the text to read 'Rename' instead. Is there an easy way to change that, or am I going to have to create my own button, and pack a box, label, and image into it? Thanks, Chris

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
All I ask is that you leave this alone because I have to FIX the updates!! This means I have to go in and correct everything that I have already fixed back to the way I want them. -Original Message- From: Martijn Brouwer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 5:03 PM To:

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
Oopss... I sent out the wrong text... Damn copy/paste errors... Here's what I ment to say: I'd love to see a pygtk2 source code editor/mini-ide. I don't know of one. I tried to start one on my one, but I'm afraid I got a bit intimidated by the process... I'd love to help out, though. Chris

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
] Sent: Thursday, July 17, 2003 5:34 PM To: Shaffer, Chris Subject: Re: [pygtk] python gtk/gnome editor On Thu, Jul 17, 2003 at 05:14:42PM -0400, Shaffer, Chris wrote: All I ask is that you leave this alone because I have to FIX the updates!! This means I have to go in and correct everything that I

[pygtk] TextView, set_tabs

2003-06-12 Thread Shaffer, Chris
I'm having a little trouble setting the tabs for a textview element (a least, I'm assuming that set_tabs() will allow me to change the number of spaces that consitute a 'tab' key press. Please, tell me if I'm wrong). Here is my code: tabs = pango.TabArray(4,pango.PANGO_TAB_LEFT)