exe Questions
3
I want to create .exe file from .py. If I run .py file it works well and I have no problem with it. But when I run .exe file created by pyinstaller I can not input(type) anything in command line.
...
Masuria asked 23/10, 2019 at 13:9
3
Solved
I have a set of PGP Self Decrypting Archive .exe files (https://knowledge.broadcom.com/external/article/153684/creating-a-self-decrypting-archive-with.html) (on a Windows system) and have the passw...
5
Solved
I'm looking to convert a PS1 file to an .exe file so I can roll it out to less technical users.
I believe it'll be much easier for them if all they need to do is double-click it vs explaining how...
Joey asked 19/1, 2018 at 9:38
3
I would like to start a.exe (a compiled cpp program) with a file passed into it. On the CMD I would do it like a.exe < input.txt. How can start it with VS Code in debug mode?
This is my launch...
Biforked asked 14/4, 2018 at 18:25
4
Want to debug an executable under debugger. How to do it in visual studio.
Windbg has an option of open executable. But I find this is missing in VS 2010.
The question is not exactly same as
Debu...
Prem asked 26/2, 2013 at 19:28
3
How can I make a script executable in windows. just like what the chmod +x command does in linux. I have browsed but got no definite solution. Thanks for helping out.
Recipe asked 28/8, 2018 at 21:3
16
Solved
If I have a Java source file (*.java) or a class file (*.class), how can I convert it to a .exe file?
I also need an installer for my program.
Ciera asked 29/9, 2008 at 1:23
3
Solved
So I can use PyInstaller to make a one-file executable and to make a standard executable among other files in a folder.
But how do I turn Python files into an MSI installer so that it's fool-proof...
Briscoe asked 15/6, 2018 at 16:38
11
I have python 3.9 I used the command 'pip install auto-py-to-exe' and it downloaded but when I tried to using the command 'auto-py-to-exe' the program just said " 'auto-py-to-exe' is not recog...
Crosscheck asked 5/6, 2021 at 17:1
3
Solved
I am developing proprietary software that would be distributed in a form of .exe file. In order to use it, users will have to authenticate with their whitelist credentials (username + password).
T...
Olsen asked 30/11, 2019 at 16:5
5
Solved
I am really interested in assembly language and I want to learn about how exe files work how dlls run etc... and I have an idea of writing an application to decompile an exe to assembly code since ...
Graaf asked 30/12, 2010 at 19:56
6
Solved
Does anybody know a way to embed an icon in a Python script such that when I create my standalone executable (using pyinstaller) I don't need to include the .ico file? I know this is possible with ...
Areopagite asked 29/3, 2012 at 16:27
22
Solved
I have a node app that I wrote, that I run as follows:
node.exe app.js inputArg
Is there some way I can package this into a .exe by itself? So I can just do something like this?
App.exe inputArg...
Darnelldarner asked 17/11, 2011 at 19:41
4
The question is simple; Is it possible to convert a bash script into an executable? and if it is, how can it be done?
Stalag asked 7/7, 2015 at 22:32
1
I have my exe application which i created with pyinstaller and bundled a folder while creating my exe which is working fine. In order to access any file from folder which i bundled while creating e...
Cleland asked 10/6, 2021 at 13:51
3
Solved
I have a WPF application, after closing the app its process app.exe *32 is still running in the processes list in task manager.
I need this to close as when I make an edit to my code I get the fol...
13
I'm working in Windows, using PyInstaller to package a python file. But some error is occuring:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "D:\Usefu...
Infection asked 27/2, 2013 at 14:34
6
I am trying to convert the code to exe with auto-py-to-exe. It stuck at "Loading module hook 'hook-gevent.py'...".
import time, pyautogui, keyboard, threading
from tkinter import *
windo...
Sophist asked 25/4, 2021 at 18:25
2
I am trying to convert my .py file to an .exe file and I have tried all methods (auto-py-to-exe, pyinstaller, cz_freeze) and it does create the exe file but it always gives an error or the window o...
Expansive asked 1/11, 2021 at 16:34
4
Solved
Now i'm working with Pyinstaller.
I have an script which get images from a img folder..
/python
|----/img
|----|----icon1.ico
|----|----icon2.ico
|----maint.py
My script to generate .exe is
pyinst...
Literate asked 16/12, 2013 at 2:54
9
Solved
How can I kill some active processes by searching for their .exe filenames in C# .NET or C++?
Pugging asked 27/7, 2010 at 15:42
5
Solved
So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly language that's processor specific? Or some sort of intermediate statement that's recognized by ...
Serle asked 30/9, 2009 at 0:48
5
I am using Py2exe to create a Windows .exe from my Python script. I would like to have the copyright information as well as the product version, description, etc. I've been able to get everything t...
7
Solved
I have Launch4J on my computer and it's a great program. One of its features I'm interested in is the ability to bundle a JRE in the general .EXE file. However, I can't find any documentation that ...
Persistent asked 15/8, 2011 at 21:39
10
I am running WinPython 3.4.4.3 with pyinstaller 3.2 (obtained via pip install pyinstaller).
Now I've got some really simple Qt4 code that I want to convert to EXE and I've run into problem that I ...
Baldachin asked 16/8, 2016 at 14:44
1 Next >
© 2022 - 2024 — McMap. All rights reserved.