murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
431 stars 44 forks source link

Error loading Python DLL #129

Closed f242 closed 2 years ago

f242 commented 2 years ago

image https://github.com/murrty/youtube-dl-gui/releases/tag/3.0.0-1 this version

murrty commented 2 years ago

Is this a problem on 2.31?

f242 commented 2 years ago

Is this a problem on 2.31?

2.31 also have problem, i still use 2.0

murrty commented 2 years ago

Well it's an issue with yt-dl or python. What does the LoadLibrary error say?

f242 commented 2 years ago

Well it's an issue with yt-dl or python. What does the LoadLibrary error say?

the specified module was not found

murrty commented 2 years ago

If you are using the standalone .exe and don't have python installed, there might be an issue with your version of youtube-dl, which you can try to update to a newer version, or try using yt-dlp instead as it's preferred over yt-dl.

The only other idea I have is that it might be trying to extract the python library into a protected folder which you don't have access to write to.

f242 commented 2 years ago

If you are using the standalone .exe and don't have python installed, there might be an issue with your version of youtube-dl, which you can try to update to a newer version, or try using yt-dlp instead as it's preferred over yt-dl.

it happpens with yt-dlp 2022.9.1.0

The only other idea I have is that it might be trying to extract the python library into a protected folder which you don't have access to write to.

who trying to extract, yt-dlp or gui? i use portable mode, .ini was sucessfully saved in this folder

murrty commented 2 years ago

youtube-dl extracts the runtime.

Do you have python installed?

f242 commented 2 years ago

youtube-dl extracts the runtime.

Do you have python installed?

no

murrty commented 2 years ago

Okay, that might be a requirement for your setup. If you were to download using youtube-dl through the command line, does the issue still occur (without running my program)?

f242 commented 2 years ago

Okay, that might be a requirement for your setup. If you were to download using youtube-dl through the command line, does the issue still occur (without running my program)?

i used incorrect version from github, all works fine after replace to right version, sorry