straw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Straw-devel] More 0.24 problems


From: Juri Pakaste
Subject: Re: [Straw-devel] More 0.24 problems
Date: Thu, 08 Jul 2004 11:19:46 +0300

On Wed, 2004-07-07 at 16:59 -0500, Jeremy Jongsma wrote:
> Well, I found some 0.24 RPM's for my distro to work around my build 
> problems, and everything installed nice.  But now when I try to run it, 
> I get this:
> 
> [~] $ straw
> Traceback (most recent call last):
>    File "/usr/bin/straw", line 30, in ?
>      import straw
>    File "/usr/lib/python2.3/site-packages/straw/__init__.py", line 22, in ?
>      import Config
>    File "/usr/lib/python2.3/site-packages/straw/Config.py", line 5, in ?
>      import gconf
> ImportError: could not import gobject

This can be a pygtk problem, or a Straw problem. Straw tries importing
gconf before importing pygtk and doing the pygtk.require("2.0") thing,
so this might be caused by that. Please try adding these lines to the
top of /usr/bin/straw (well, to the same place where there's the import
signal, import os etc stuff):

import pygtk
pygtk.require("2.0")

If that fixes your problem, I'll do a 0.24.1 release soon.

-- 
[ Juri Pakaste | address@hidden | http://www.iki.fi/juri/ ]

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]