Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
can't get the program youtube.py running from Python IDLE #26
Comments
|
No idea about how you're trying to run the program. Please follow the instructions in the webpage. |
Hi,
I get the following error . (Python shell) please help.
when I run the program youtube.py
Usage: youtube2.py [options] url...
youtube2.py: error: you must provide at least one URL
Traceback (most recent call last):
File "/home/francis/.drpython/youtube2.py", line 2367, in
parser.error(u'you must provide at least one URL')
File "/usr/lib/python2.6/optparse.py", line 1578, in error
self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))
File "/usr/lib/python2.6/optparse.py", line 1568, in exit
sys.exit(status)
SystemExit: 2