Brent Vollebregt
Brent Vollebregt
Is pydub/ffmepg needed for the **minimal reproduceable example**? Is there really no way to show this issue without the library? If not, sounds like the issue is related to the...
Ok, so `pydub` is needed for your example - is `tkinter` and `threading` relevant to the minimal example? Or are they absolutely needed and the usage of pydub after packaging...
> although 100% required on project I understand this, but we are trying to figure out the specific issue, not fixing your project sorry > that a GUI will always...
Your script is named "pyidm.py" and the library you are importing is called "pyidm" - are you sure you really ran your script before packaging?
> I suggest you read all filenames of a project, then match them in all source codes What source code??? You have no reproduction steps. Please provide proper reproduction steps...
Any required binaries/executables can be added by the "--add-binary" in the advanced section. Pretty much any other type of file can be added using the "Additional Files" section. To get...
@CGMikeG is this an issue or can we close this?
I just ran this script and it worked fine: ```python import sys import requests url = "https://webhook.site/c24306fb-4cc8-4201-96e4-e44a3552718d" # Generate from webhook.site data = {"sys.argv": sys.argv} r = requests.post(url, json=data, verify=False)...
Can you please fill out the template you cleared out - dumping your error here with no context is not helpful whatsoever. Also it seems like the UI has opened...
At the bottom-left of the lyrics the page shows where the lyrics came from; for this song, it matched [this Genius page](https://genius.com/Peter-berg-lone-survivor-annotated). Spotify tracks are not directly linked with the...