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

Migration to python 3.7 #387

Open nanondev opened 5 years ago

nanondev commented 5 years ago

I am giving it a shot to migrate to python 3.7, so for I found a couple issues, I hope it helps someone here:

utils.py :: os_getenv = convert_on_bounds(os.getenv) # byte/str type checking failure utils.py :: convert_on_bounds(os.path.expanduser) # byte/str type checking failure utils.py :: convert_item() # unicode/str support changed

now I am checking a problem with a missing module wx.combo, it seems that the required version for wxPython is likely 3.x while I have 4.x

NaN!

mbnoimi commented 5 years ago

See this please