0

I want to use this Batch to download Udemy videos I wrote everything correct (I think, but there's a problem) with some kind of systemError.

The picture shows the error:

enter image description here

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
Pythonbegino
  • 11
  • 1
  • 3
  • what that mean? I have zero knowledge. – Pythonbegino May 20 '15 at 14:32
  • I was following this video : https://www.youtube.com/watch?v=iwqC4RrU-AY – Pythonbegino May 20 '15 at 14:34
  • If I were you, I'd move your script _outside_ the `C:\Python34` path. – ForceBru May 20 '15 at 14:37
  • would you mind editing your question and copying and pasting the full `import` section of the file c:\Python34\Lib\site-packages\udemy_dl\udemy_dl.py – OYRM May 20 '15 at 14:38
  • Check out the issue listing, it appears that you are running into the same issue seen here : https://github.com/gaganpreet/udemy-dl/issues/46 Do you have a udemy_dl script in c:\Python34\Scripts\ ? – OYRM May 20 '15 at 14:45

1 Answers1

1

I found the solution

Instead of calling:

C:\Python34\Lib\site-packages\udemy_dl\udemy_dl.py 

Call

C:\Python34\Scripts\udemy-dl

and it should work!

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
Pythonbegino
  • 11
  • 1
  • 3