XavierTheCreator / YTDownloader

Simple youtube video downloader made using PySimpleGUI and pytube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import fails if not using pip installed PySimpleGUI

PySimpleGUI opened this issue · comments

from PySimpleGUI.PySimpleGUI import FileBrowse, FolderBrowse

I don't understand why this syntax was used on an import. It should be just PySimpleGUI, not PySimpleGUI.PySimpleGUI.

It crashes when PySimpleGUI isn't installed via pip. I'm guessing it was to get around some install problem you had, but it's a bad solution if it was.

Not sure why that was in there but its fixed