Package Details: pydialer 0.6.1-2

Package Base: pydialer
Description: A simple and handy frontend for WvDial written in Python, fork of pyWvDial
Upstream URL: http://code.google.com/p/pydialer
Category: network
Licenses: GPL
Submitter: ava1ar
Maintainer: None
Last Packager: None
Votes: 10
First Submitted: 2009-11-21 17:52
Last Updated: 2012-11-11 16:13

Latest Comments

Comment by Fallback

2012-10-22 11:53

update python-notify to python2-notify

Comment by ava1ar

2011-03-19 10:55

Fixed in 0.6.1. Please update.

Comment by mokkurkalve

2011-03-18 02:49

Suddenly pydialer are failing to start, throwing the following at me:

Traceback (most recent call last):
File "/usr/bin/pydialer", line 58, in <module>
interface = pyDialer.guigtk.main.MainInterface()
File "/usr/lib/python2.7/site-packages/pyDialer/guigtk/main.py", line 123, in __init__
self.register_notifications()
File "/usr/lib/python2.7/site-packages/pyDialer/guigtk/main.py", line 267, in register_notifications
self.notify.attach_to_status_icon(self.statusicon)
AttributeError: 'pynotify.Notification' object has no attribute 'attach_to_status_icon'

Probably something was updated lately, but I don't get what yet....

Comment by ava1ar

2010-10-20 07:43

Updated for using python2 instead of python, since python is now python3

Comment by mokkurkalve

2010-10-19 03:05

Needs updating to python2 now that python is 3:

File "/usr/bin/pydialer", line 24
--help\t\t\t\tprint this help message and exit\n'''
^
SyntaxError: invalid syntax