This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
setup.py: Make sure the setuptools_available variable is set
Otherwise it would crash if it can't import setuptools.
rtmp_test
Jaime Marquínez Ferrándiz
11 years ago
parent
79b3f61228
commit
369a759acc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
setup.py
+ 1
- 0
setup.py
View File
@ -11,6 +11,7 @@ try:
setuptools_available
=
True
except
ImportError
:
from
distutils.core
import
setup
setuptools_available
=
False
try
:
# This will create an exe that needs Microsoft Visual C++ 2008
Write
Preview
Loading…
Cancel
Save