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:56:52 -0500
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)

Some more possibly helpful information:

Now that I've upgraded the dependencies so that the RPM I have installs properly, I tried to build from source again and get this (looks related since it can't find gconf either?):

[~/straw-0.24] $ python setup.py install_modules_check
running install_modules_check
Error: gnome Python module is required to install Straw
Error: gnome Python module is required to install Straw
Error: gconf Python module is required to install Straw

Here's my python gtk modules dir:

[~/straw-0.24] $ ll /usr/lib/python2.3/site-packages/gtk-2.0/
total 324
-rwxr-xr-x    1 root     root          880 May 22 11:08 atk.la*
-rwxr-xr-x    1 root     root        35896 May 22 11:08 atk.so*
drwxr-xr-x    2 root     root         4096 Jul  7 22:08 bonobo/
-rw-r--r--    1 root     root        10923 May 22 11:08 dsextras.py
-rw-r--r--    1 root     root        16445 May 22 11:08 dsextras.pyc
-rw-r--r--    1 root     root        16445 May 22 11:08 dsextras.pyo
-rwxr-xr-x    1 root     root        41768 Sep  8  2003 gconf.so*
drwxr-xr-x    2 root     root         4096 Jul  7 22:07 gnome/
-rwxr-xr-x    1 root     root          886 May 22 11:08 gobject.la*
-rwxr-xr-x    1 root     root        74148 May 22 11:08 gobject.so*
drwxr-xr-x    2 root     root         4096 Jul  8 10:40 gtk/
-rwxr-xr-x    1 root     root        15304 Sep  8  2003 gtkhtml2.so*
-rwxr-xr-x    1 root     root          894 May 22 11:08 pango.la*
-rwxr-xr-x    1 root     root        67728 May 22 11:08 pango.so*

-j

Jeremy Jongsma wrote:
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]