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: Jeremy Jongsma
Subject: Re: [Straw-devel] More 0.24 problems
Date: Thu, 08 Jul 2004 10:44:21 -0500
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)

I added these in below "import time" and I am still getting the same errors.

-j

Juri Pakaste wrote:
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.



------------------------------------------------------------------------

_______________________________________________
Straw-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/straw-devel

--
Jeremy Jongsma
address@hidden
http://www.jongsma.org




reply via email to

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