You are not logged in.

#1 2006-10-03 23:10:17

clam
Member
Registered: 2005-12-28
Posts: 33

Revelation problem after upgrade

after

[pkg]# pacman -S revelation

Targets: gnome-desktop-2.14.3-1 gnome-python-desktop-2.14.0-2
         gnome-panel-2.14.3-1 revelation-0.4.7-1

Total Package Size:   4.3 MB

Proceed with upgrade? [Y/n] y

:: Retrieving packages from extra...
 gnome-desktop-2.14.3-1   [################] 100%     751K    79.3K/s  00:00:09
 gnome-python-desktop-2.1 [################] 100%     141K    41.4K/s  00:00:03
 gnome-panel-2.14.3-1     [################] 100%    3100K   116.6K/s  00:00:26

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing gnome-desktop... done.
installing gnome-python-desktop... done.
installing gnome-panel... done.
installing revelation... done.

I got this when starting revelation.


[pkg]# revelation
Traceback (most recent call last):
  File "/opt/gnome/bin/revelation", line 25, in ?
    import gnome, gobject, gtk, gtk.gdk, os, pwd, sys
ImportError: No module named gnome

anyone got any ideas?

Offline

#2 2006-10-05 01:58:53

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

Does anyone have the same issue?  I am pretty sure it is not  the gnome dependencies.

Offline

#3 2006-10-05 04:13:02

CavalierBob
Member
From: San Francisco Bay Area
Registered: 2006-07-20
Posts: 110

Re: Revelation problem after upgrade

What happens if you try to start when not as root? Or with a launcher from the menu?

I have Revelation installed and working (I know that doesn't help, sorry).

Bob

Offline

#4 2006-10-05 04:26:00

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

Re: Revelation problem after upgrade

Try installing gnome-python to see if it will fix it.

Offline

#5 2006-10-05 15:29:42

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

Snowman, gnome-python is installed and up to date already. 

CavalierBob, are you running the gnome desktop environment?  I tried running revelation as root and nonroot.. both with the same effect.   Well... another question is how can I access revelation-encrypted password files without revelation?  That can help me partially solve the problem.  But no luck so far.

Offline

#6 2006-10-05 16:08:18

CavalierBob
Member
From: San Francisco Bay Area
Registered: 2006-07-20
Posts: 110

Re: Revelation problem after upgrade

clam wrote:

CavalierBob, are you running the gnome desktop environment?

Yes I am, Gnome 2.14.

I do not know if another password manager such as gpass or pwmanager could import a Revelation file.

Bob

Offline

#7 2006-10-18 23:55:33

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

does anyone have any ideas on a solution?  I am sorely missing my passwords.

Offline

#8 2006-10-19 06:48:39

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Revelation problem after upgrade

Run "python -v" and then do "import gnome" and see what errors it gives.

Offline

#9 2006-10-22 05:21:53

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

 import gnome
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named gnome

Well. I'm not quite sure what that means.

Offline

#10 2006-10-22 05:56:43

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Revelation problem after upgrade

does the directory "/usr/lib/python2.4/site-packages/gtk-2.0/gnome" exist?

Dusty

Offline

#11 2006-10-22 21:38:50

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

Dusty, no, it doesn't exist.  I thought it was created when I pacmaned gnome-python-desktop.

Offline

#12 2006-10-22 22:39:33

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

Re: Revelation problem after upgrade

On my system, the files in /usr/lib/python2.4/site-packages/gtk-2.0/gnome
belongs to  gnome-python and gnome-python-desktop.

Try reinstalling these packages (gnome-python and gnome-python-desktop).

Offline

#13 2006-10-23 01:46:22

clam
Member
Registered: 2005-12-28
Posts: 33

Re: Revelation problem after upgrade

Well. this probably explains it better than I can.

[~]# pacman -R gnome-python gnome-python-desktop revelation
removing revelation... done.
removing gnome-python-desktop... done.
removing gnome-python... done.
[~]# pacman -Sy gnome-python gnome-python-desktop revelation
:: Synchronizing package databases... 
:: current is up to date
:: extra is up to date
:: community is up to date

Targets: gnome-python-2.12.3-1 gnome-python-desktop-2.14.0-2 revelation-0.4.7-1

Total Package Size:   0.8 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing gnome-python... done.
installing gnome-python-desktop... done.
installing revelation... done.
[~]# revelation
Traceback (most recent call last):
  File "/opt/gnome/bin/revelation", line 25, in ?
    import gnome, gobject, gtk, gtk.gdk, os, pwd, sys
ImportError: No module named gnome

Offline

#14 2006-10-23 16:19:48

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

Re: Revelation problem after upgrade

Check to see if you have a /usr/lib/python2.4/site-packages/gtk-2.0/gnome/ directory. If you don't have it, the gnome-python and gnome-python-desktop package from your cache are broken. Remove them from your cache an try installing them from another mirror.

Offline

Board footer

Powered by FluxBB