oleksii-zavrazhnyi / youtube-upload

Python CLI YouTube Upload Utility
GNU General Public License v3.0
26 stars 9 forks source link

Can't get it to work on windows 8 at all. #1

Open hakarune opened 9 years ago

hakarune commented 9 years ago

Tried using CMD and Powershell. I ran and installed dependencies and then install this and youtube-upload doesn't work. All I get is an error in PS, CMD, and Python. There are no instructions here for windows it seems :(.

PS: youtube-upload : The term 'youtube-upload' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

CMD: 'youtube-upload' is not recognized as an internal or external command, operable program or batch file.

Py: Traceback (most recent call last): File "", line 1, in NameError: name 'youtube' is not defined

Ajedi32 commented 9 years ago

That's doesn't sound like a problem with this script. It sounds like you aren't running the program correctly, or it just isn't installed. Where is youtube-upload installed? Is it on your PATH?

oleksii-zavrazhnyi commented 9 years ago

In windows you can automatically use interpreter, instead you should call it manually, like:

python youtube-upload.py

or

c:\path\to\python\bin\python youtube-upload.py