exe tag

7 questions


2 answers
98 views
0
About Windows EXE Executable Release

Compiled with Visual Studio (C#), I have a question about the release of the Windows EXE executable.Boot to Task Scheduler as a batch system, but Due to frequent system fixes, releases are required ea...

1 years ago

1 answers
125 views
0
How do I convert a Java program to a .exe file?

How do I convert a Java source file (*.java) or class file (*.class) to a .exe file?And I want to make an installation program for my program.Is there an open source to do this?

1 years ago

1 answers
116 views
0
I want to make the completed program an executor exe.

I completed the program using Selenium's chrome driver, and I want to make it available or available to other users as an launcher. After googling, it was successful to compile into a module called py...

1 years ago

1 answers
73 views
0
When creating an exe file with pyinstaller, how to include text files together

import shutilimport osimport timedef do(): filename = 'GameUserSettings.ini' username = os.getenv('USERNAME') #dir = 'C:\\Users\\' + username + '\\AppData\\Local\\' dir = 'C:\\Users\\' + username + '\...

1 years ago

1 answers
82 views
0
When installing MySQL-python with pip, cl.exe error

I am practicing API implementation using python 3.6 and flask framework in Windows 10. In the process of installing the MySQL-python module to work with mysql, cl.The error exe could not be found.As a...

1 years ago

1 answers
114 views
0
py2exe - creating executable

I think I've heard that py2exe enables the creation of executable files, but I can't find a way. Has anyone ever succeeded in this? If you do, can I see the contents of the setup.py file and what comm...

1 years ago

1 answers
118 views
0
I have a question about Python .py file.

1. Python.If you run the py file like this and enter a value, it turns off immediately, so how can I solve this?

1 years ago

© 2024 OneMinuteCode. All rights reserved.