Bug#300117: revelation: Don't start

2005-03-17 Thread Antonio Rguez. Capita
Package: revelation
Version: 0.4.0-1
Severity: grave
Justification: renders package unusable

when I try start program, I get this message error:
Traceback (most recent call last):
  File "/usr/bin/revelation", line 1267, in ?
app = Revelation()
  File "/usr/bin/revelation", line 43, in __init__
gnome.libgnome_module_info_get(), sys.argv, []
AttributeError: 'module' object has no attribute 'libgnome_module_info_get'

and it don't start.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

Versions of packages revelation depends on:
ii  gconf22.8.1-4GNOME configuration database syste
ii  gnome-icon-theme  2.8.0-4GNOME Desktop icon theme
ii  libglib2.0-0  2.6.3-1The GLib library of C routines
ii  libgnomeui-0  2.8.1-3The GNOME 2 libraries (User Interf
ii  libgtk2.0-0   2.6.2-4The GTK+ graphical user interface 
ii  libxml2-python2.3 2.6.16-3   Python 2.3 bindings for the GNOME 
ii  python2.3.5-1An interactive high-level object-o
ii  python-gnome2 2.6.1-1Python bindings for the GNOME desk
ii  python-gtk2   2.6.0-1Python bindings for the GTK+ widge
ii  python2.3-crypto  2.0+dp1-2  cryptographic algorithms and proto
ii  python2.3-libxml2 [libxml2-py 2.6.16-3   Python 2.3 bindings for the GNOME 
ii  shared-mime-info  0.15-1 FreeDesktop.org shared MIME databa

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#300117: revelation: Don't start

2005-03-18 Thread Stefan Voelkel
Hello,

please try this and send us the output:

$ python
>>> import gnome
>>> gnome.libgnome_module_info_get()


Do you get a  message, or an error?

-- 
Stefan Völkel[EMAIL PROTECTED]
Millenux GmbH  mobile: +49.170.79177.17
Lilienthalstraße 2  phone: +49.711.88770.300
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-



Bug#300117: revelation: Don't start

2005-03-18 Thread Erik Grinaker
On Fri, 2005-03-18 at 15:18 +0100, Antonio Rguez. Capita wrote:
> Hello, this is the output:

Thanks - which version of gnome-python (may be called python-gnome2 on
debian) and pygtk (may be called python-gtk2 on debian) have you
installed?


-- 
Erik Grinaker <[EMAIL PROTECTED]>
http://erikg.codepoet.no/

"We act as though comfort and luxury were the chief requirements of
life, when all that we need to make us happy is something to be
enthusiastic about."
  -- Albert Einstein



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#300117: revelation: Don't start

2005-03-18 Thread Antonio Rguez. Capita
Hello, this is the output:

Python 2.3.5 (#2, Feb  9 2005, 00:38:15)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnome
>>> gnome.libgnome_module_info_get()
Traceback (most recent call last):
  File "", line 1, in ?
AttributeError: 'module' object has no attribute
'libgnome_module_info_get'
>>>

El vie, 18-03-2005 a las 11:42 +0100, Stefan Voelkel escribió:
> Hello,
> 
> please try this and send us the output:
> 
> $ python
> >>> import gnome
> >>> gnome.libgnome_module_info_get()
> 
> 
> Do you get a  message, or an error?



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Bug#300117: revelation: Don't start

2005-03-18 Thread Antonio Rguez. Capita
Hello, my versions are:

python-gnome22.6.1-1
python-gtk2  2.6.0-1 


El vie, 18-03-2005 a las 15:21 +0100, Erik Grinaker escribió:
> On Fri, 2005-03-18 at 15:18 +0100, Antonio Rguez. Capita wrote:
> > Hello, this is the output:
> 
> Thanks - which version of gnome-python (may be called python-gnome2 on
> debian) and pygtk (may be called python-gtk2 on debian) have you
> installed?
> 



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Bug#300117: revelation: Don't start

2005-03-18 Thread Erik Grinaker
On Fri, 2005-03-18 at 18:53 +0100, Antonio Rguez. Capita wrote:
> Hello, my versions are:
> 
> python-gnome22.6.1-1
> python-gtk2  2.6.0-1 

Hm, I don't get it - I have the exact same version installed myself, and
it works here. Are you sure you don't have any other versions installed
(from source or something)?

Stefan; do you know if Debian may have split this out in a different
package or something? Does it work for you with these versions?


-- 
Erik Grinaker <[EMAIL PROTECTED]>
http://erikg.codepoet.no/

"We act as though comfort and luxury were the chief requirements of
life, when all that we need to make us happy is something to be
enthusiastic about."
  -- Albert Einstein



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#300117: revelation: Don't start

2005-03-18 Thread Antonio Rguez. Capita
Hello,

I found the problem. The packages python-gnome2 and python-gtk2 really
are metpackages, but these packages don't install the real packages on
depending. I upgrade manually the packages python2.3-gnome2 and
python2.3-gtk2 and now all works fine.

The cause, probably, something is wrong in my apt-system that don't
upgrade dependencies of packages. But this is another problem.

Thanks for your help, with it I found the problem and solution.


El vie, 18-03-2005 a las 19:26 +0100, Erik Grinaker escribió:
> On Fri, 2005-03-18 at 18:53 +0100, Antonio Rguez. Capita wrote:
> > Hello, my versions are:
> > 
> > python-gnome22.6.1-1
> > python-gtk2  2.6.0-1 
> 
> Hm, I don't get it - I have the exact same version installed myself, and
> it works here. Are you sure you don't have any other versions installed
> (from source or something)?
> 
> Stefan; do you know if Debian may have split this out in a different
> package or something? Does it work for you with these versions?
> 



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Bug#300117: revelation: Don't start

2005-03-21 Thread Stefan Voelkel
Hello,

> Hello,
>
> I found the problem.

Please append the commands to the bug you used to solve the problem, that
way we have the solution documented in the bts. I'll close the bug
afterwards.

regards
  Stefan
-- 
Stefan Völkel[EMAIL PROTECTED]
Millenux GmbH  mobile: +49.170.79177.17
Lilienthalstraße 2  phone: +49.711.88770.300
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-



Bug#300117: revelation Don't start

2005-03-25 Thread Steve Langasek
severity 300117 important
thanks

This bug only affects compatibility with old versions of packages from
testing, and therefore is not release-critical.

Stefan, the problem here is that you depend on a series of
python2.3-specific packages (python (>= 2.3), python2.3-crypto,
libxml2-python2.3), but then you also depend on python-gtk2 and
python-gnome2, which don't specify which version of python they depend on.
The current python-gtk2 package *still* doesn't say what version of python
it requires, so previous versions probably didn't either; the current
python-gnome package has a dependency on python (>= 2.3), python (<< 2.4),
so it appears to work correctly on upgrades, but historical versions may
have been broken.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature