Replies: 2 comments 5 replies
-
Have you read the help post? If this is what happens when you double click on your script, then this is what will happen to it as an exe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thanks for the prompt response. Yes, I read different answers with a similar problem, but I could not solve it, I could only localize it by setting input() to different parts of the code. When running the script from pycharm, the cmd window does not appear and the script works as needed without displaying unnecessary messages. When compiling to exe and running code from exe, the code works fine, but the cmd window appears for a moment. понедельник, 25 марта 2024г., 10:06 +03:00 от Brent Vollebregt ***@***.*** :
…Have you read the help post? If this is what happens when you double click on your script, then this is what will happen to it as an exe.
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you are subscribed to this thread. Message ID: @ github . com>
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, please help me to solve the issue with the instant appearance of the CMD console during the exe startup process. This happens during the procedure of opening a folder by a specific path. This appears on this piece of code:
os.system(f' explorer "{target_path}"')
Beta Was this translation helpful? Give feedback.
All reactions