You are not logged in.

#1 2006-07-19 12:21:51

Galdona
Member
Registered: 2006-03-15
Posts: 196

gnome.ui ?

Does anyone know where to get gnome.ui?

I am trying to run a painting program written in python, but I get this:

 $./gogh
Traceback (most recent call last):
  File "./gogh", line 23, in ?
    from goghmain import GoghWindow
  File "/home/galdona/Gogh-0.0.1.060608/goghmain.py", line 28, in ?
    import gnome.ui
ImportError: No module named gnome.ui
$

I already have libgnomeui installed.

Offline

#2 2006-07-19 13:04:19

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: gnome.ui ?

edit: i am not able to read hmm

Offline

#3 2006-07-19 15:11:18

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: gnome.ui ?

Try:
pacman -S gnome-python

Offline

#4 2006-07-19 23:33:00

Galdona
Member
Registered: 2006-03-15
Posts: 196

Re: gnome.ui ?

Thanks, that worked. However, there is now a new error:

$ ./gogh
Traceback (most recent call last):
  File "./gogh", line 23, in ?
    from goghmain import GoghWindow
  File "/home/Galdona/Gogh-0.0.1.060608/goghmain.py", line 34, in ?
    from brushmanager import BrushManager
  File "/home/Galdona/Gogh-0.0.1.060608/brushmanager.py", line 30, in ?
    from settingmanager import *
  File "/home/Galdona/Gogh-0.0.1.060608/settingmanager.py", line 27, in ?
    import xml.dom.ext
ImportError: No module named ext
$

I have actually been emailing the author of the program but he hasnt responded.

By the way, is the pygtk pkg in the repos compiled with numeric? because that is one of its dependencies. From one of the threads here it seems to be so, but how to check myself?

(also, if you're interested, this is the site of the project: http://www.goghproject.com/index.html )

Offline

#5 2006-07-20 01:39:54

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: gnome.ui ?

I'm not a Python expert, but you may need pyxml.

Offline

#6 2006-07-20 02:15:46

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: gnome.ui ?

You should really post source somewhere if you want people to debug it for you.

Offline

#7 2006-07-20 02:28:35

Galdona
Member
Registered: 2006-03-15
Posts: 196

Re: gnome.ui ?

thanks skottish, that's what it needed.

it's not my own program codemac. it wasn't a bug that needed fixing. I was just missing a dep.

Offline

Board footer

Powered by FluxBB