MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

I'm getting this error while running the setup file in windows #379

Open ghost opened 5 years ago

ghost commented 5 years ago

Please follow the guide below

WARNING

All invalid issues will be rejected!!


Before going further


What is the purpose of your issue?

Please remove any sections between (---) if they are not related to your issue


Bug report

If the problem occurs when downloading a URL please provide the full verbose output as follows:

  1. Restart youtube-dl-gui
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
delete me and insert your log content here

What operating system do you use ?

List of actions to perform to reproduce the problem:

  1. ..
  2. ..
  3. ..

What is the expected behaviour ?

What happens instead ?


Feature request (request for a new functionality)

Please make sure that the requested feature is NOT already in the TODO list

What operating system do you use ?


ghost commented 5 years ago

Traceback (most recent call last): File "setup.py", line 21, in from video_downloader.info import ( File "C:\Python34\cx_freeze\video_downloader__init__.py", line 17, in from .formats import reload_strings File "C:\Python34\cx_freeze\video_downloader\formats.py", line 4, in from .utils import TwoWayOrderedDict as tdict File "C:\Python34\cx_freeze\video_downloader\utils.py", line 97, in os_sep = unicode(os.sep) NameError: name 'unicode' is not defined