Browse Source

Add py2exe unicode patch on docstring

doc-issue-template
MrS0m30n3 9 years ago
parent
commit
10a6332518
1 changed files with 10 additions and 0 deletions
  1. 10
      setup.py

10
setup.py

@ -1,6 +1,16 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""Youtube-dlg setup file.
Note:
If you get 'TypeError: decoding Unicode is not supported' when you run
py2exe then apply the following patch:
http://sourceforge.net/p/py2exe/patches/28/
"""
import os
import sys
import shutil

Loading…
Cancel
Save