The panel encountered a problem while loading "OAFIID:TimerApplet".

Bug #790674 reported by Derek Graham
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Timer Applet
New
Undecided
Unassigned

Bug Description

Installed from source 2.2beta1. Only problem during configure was it failed on finding a m4 dir, so created that and then it was fine. Logged out and then add the app to the panel to get the message:

The panel encountered a problem while loading "OAFIID:TimerApplet".
Do you want to delete the applet from your configuration?

Went back into the src directory and ran 'timer-applet' but got the following trace:

Using these definitions:
GETTEXT_PACKAGE: timer-applet
LOCALE_DIR:
RESOURCES_DIR: /usr//share/timer-applet
IMAGES_DIR: /usr//share/pixmaps
Traceback (most recent call last):
  File "./timer-applet", line 26, in ?
    from timerapplet.controllers import GlobalController, TimerApplet, TimerService, TimerManagerService
  File "/tmp/timer-applet/src/timerapplet/controllers/__init__.py", line 17, in ?
    from GlobalController import GlobalController
  File "/tmp/timer-applet/src/timerapplet/controllers/GlobalController.py", line 20, in ?
    from timerapplet import ui
  File "/tmp/timer-applet/src/timerapplet/ui/__init__.py", line 26, in ?
    from StartTimerDialog import StartTimerDialog
  File "/tmp/timer-applet/src/timerapplet/ui/StartTimerDialog.py", line 25, in ?
    from subprocess import check_call, CalledProcessError
ImportError: cannot import name check_call

Doing a bit of checking it seems that subprocess.check_call was only introduced in Python 2.5, yet the requirement is for >= 2.4.

Thanks,

Derek

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.