After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662151 - gaupol doesn't start
gaupol doesn't start
Status: RESOLVED NOTGNOME
Product: gaupol
Classification: Other
Component: general
0.19.1
Other Linux
: Normal major
: ---
Assigned To: gaupol-maint@gnome.bugs
gaupol-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-10-18 22:48 UTC by mibof
Modified: 2011-10-19 05:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mibof 2011-10-18 22:48:23 UTC
Hello,

Gaupol doesn't start :

Traceback (most recent call last):
  • File "./run", line 27 in <module>
    import gaupol
  • File "/usr/share/gaupol/gaupol/__init__.py", line 62 in <module>
    from gaupol.enumuim import *
  • File "/usr/share/gaupol/gaupol/enumuim.py", line 37 in <module>
    framerate_actions = {aeidon.framerates.FPS_23_976: "show_framerate_23_976",
AttributeError: 'Enumeration' object has no attribute 'FPS_23_976'



Platform : Ubuntu 11.04 - Linux kernel 2.6.38-11-generic

python		2.7.1-0ubuntu5
python-aeidon	0.17.1-1
python-gobject	2.28.3-1ubuntu1.1
python-gtk2	2.22.0-0ubuntu1.1
python-enchant	1.5.3-2

gstreamer	0.10.32-3ubuntu3.1
gtk		2.24.4-0ubuntu2

Thank you for your work !
Comment 1 Osmo Salomaa 2011-10-18 23:08:22 UTC
If you're using gaupol 0.19.1, that requires aeidon 0.19.1. Did you install these through Ubuntu's package management? Is python-aeidon not upgradeable for some reason?

Looking at the Debian/Ubuntu package dependencies, I can see that python-aeidon is not marked as an exact version dependency. I can contact the Debian packager about that. To fix your immediate problem, upgrade python-aeidon.
Comment 2 mibof 2011-10-18 23:55:21 UTC
Great, it works with aeidon 0.19.1 !

I was indeed mistaken by the inexact version dependency ; afterwards i should have found it by myself.

Thank you for your quick answer !
Comment 3 Osmo Salomaa 2011-10-19 05:22:21 UTC
Filed to Debian's bug tracking system.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645856