dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 299 forks source link

dbus-python errors #183

Open mittenchops opened 8 years ago

mittenchops commented 8 years ago

Some trouble getting the dbus setup on py3 running Ubuntu 14.04 LTS: apt-get install libdbus-glib-1-dev

But even after, some dbus troubles:

    import dbus.exceptions as exceptions
AttributeError: 'module' object has no attribute 'exceptions'