update python-notify to python2-notify
Search Criteria
Package Details: pydialer 0.6.1-2
Package Actions
| 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: | |
| Submitter: | ava1ar |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2009-11-21 17:52 |
| Last Updated: | 2012-11-11 16:13 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by Fallback
Comment by ava1ar
Fixed in 0.6.1. Please update.
Comment by mokkurkalve
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
Updated for using python2 instead of python, since python is now python3
Comment by mokkurkalve
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