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 300 forks source link

Some Strange error #90

Closed MKTestAccount100 closed 11 years ago

MKTestAccount100 commented 11 years ago

hi, I just downloaded the software but when I execute it I get the following error. I am just trying to get help switch

C:\Python32\Scripts>coursera-dl.exe -h Traceback (most recent call last): File "C:\Python32\Scripts\coursera-dl-script.py", line 9, in load_entry_point('coursera-dl==1.4.11', 'console_scripts', 'coursera-dl')() File "build\bdist.win32\egg\pkg_resources.py", line 357, in load_entry_point """Yield named metadata resource as list of non-blank non-comment lines File "build\bdist.win32\egg\pkg_resources.py", line 2394, in load_entry_point self.version File "build\bdist.win32\egg\pkg_resources.py", line 2108, in load self._provider = metadata or empty_provider File "C:\Python32\lib\site-packages\courseradownloader\courseradownloader.py", line 146 print "* Collecting downloadable content from " + course_url ^ SyntaxError: invalid syntax

Forever-Young commented 11 years ago

Cousera-dl works with python 2 (2.7, maybe 2.6), not 3.x

MKTestAccount100 commented 11 years ago

thanks its working now :)